Give the syntax of css?
Answer / swapna
CSS syntax = selector {property: value}
selector is HTML element/tag
Property is attribute
Value is some possible value accepted by property
The property and value are separated by a colon, and
surrounded by curly braces.
Ex:- body {color: black}
If the value is multiple words, put quotes around the
value:
p {font-family: "sans serif"} Applied for <p>?</p>
If you wish to specify more than one property, you must
separate each property with a semicolon.
Ex:- p {text-align: center;
color: black;
font-family: Arial }
Is This Answer Correct ? | 0 Yes | 0 No |
In what cases are synchronous architectures more appropriate than asynchronous architectures?
SAP Design Studio live classes by Exports
What is the behavioral design pattern?
Is singleton scope thread safe?
how to pring 10 item per page in smartform
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is singleton and factory pattern?
Are singletons bad?
Is oop a design pattern?
What are the advantages of asynchronous architectures?
What are the most commonly used design patterns?
Why singleton beans are not thread safe?