How do you specify units in the CSS?. What are the
different ways to do it?
CSS has several different units for expressing a length. Many CSS properties take "length" values, such as width , margin , padding , font-size , etc. Length is a number followed by a length unit, such as 10px , 2em , etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What will this piece of css code do to an element? .container { margin: 0 auto; }
How do I open a css document?
What are the pseudo classes on <a> tags?
What is cascade?
What are css sprites?
How do I design for backward compatibility using style sheets?
What is css script?
How do you center text in css?
What is foreground color?
What are style elements?
What are the different types of Selectors in CSS?
What is the used of !important? How we can use it?