Thursday, January 6, 2011

The Lowdown On CSS

1. What is CSS?
CSS stands for Cascading Style Sheets that displays HTML elements.

2. How is CSS different than HTML?
CSS is different from a HTML by manipulating a format rather than a content.

3. Why use them?
The reason why you should use CSS is to save time.

4. What are the 4 parts of the CSS syntax?
The four parts of CSS syntax are Selector, Declaration, Property, and Value.

5. Why would you use comments?
Comments help you to clarify your code and is neglect to browsers.

6. What is the difference between "id" and "class"
"id" specifies in a single element and "class" specifies in a group.

7. What are the 3 ways to insert CSS?
The three way to insert a CSS is by using External and Internal style sheets and an inline style.

8. Can you have multiple styles for one HTML element?
Yes, you could have a multiple style for on HTML element.

9. What is "cascading order?"
Cascading order is multiple style sheets that specifies a HTML element.

No comments:

Post a Comment