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 |
Give the syntax of css?
Why do we need singleton pattern?
Is oop a design pattern?
what is the lazy design pattern?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
What are the 23 design patterns?
What are External Style Sheets?
What is the executor design pattern?
What is difference between GoF and J2EE patterns?
How would you improve the UX design of our product?
How can we design/implement singleton object?
What is the use of design patterns?