Answer Posted / 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 |
Post New Answer View All Answers
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is factory method in design pattern?
4. Identify and bound the SOI’s Operating Environment.
What is singleton and factory pattern?
Can we inherit singleton class?
Is dependency injection a design pattern?
What are useful tools for developing and testing color schemes for web sites?
What is the gang of four design pattern?
What is the difference between proxy and adapter?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
What are the most popular design patterns?
Why singleton beans are not thread safe?
What is the difference between 3 tier and n tier architecture?
Where should we use singleton design pattern?
How did you design your unit tests?What about integration tests?