Give the syntax of css?



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

Post New Answer

More Design Patterns Interview Questions

What is the use of such a class?

0 Answers  


What is lexi design pattern?

0 Answers  


What is the executor design pattern?

0 Answers  


Using any system, product, or service your organization provides, identify the human system roles for the product.

0 Answers  


What is the difference between 3 tier and n tier architecture?

0 Answers  






Give me example of observer design pattern?

0 Answers  


What is singleton design pattern in java?

0 Answers  


How to test the quality of design ?

1 Answers  


What is meant by design pattern?

0 Answers  


Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would in&#64258;uence their approach next time? d. How was the V & V strategy implemented?

0 Answers  


What is the behavioral design pattern?

0 Answers  


Why is singleton bad?

0 Answers  


Categories