Search :DD

Friday, January 7, 2011

What is CSS?
cascading style sheets
How is CSS different than HTML?
it shows how HTML elements are displayed.
Why use it?
it is more practical and easy to use.
What are the 4 parts of the CSS syntax?
the 4 parts of CSS syntax are selector, the declaration, a property, and a value.
Why would you use comments?
To explain written code incase you ever have to work on the same project again.
What is the difference between "id" and "class"?
id is for one element where as class is for a group of elements.
What are the 3 ways to insert CSS?
The three ways to insert CSS are an external style sheet, an internal style sheet, and an inline style.
Can you have multiple styles for one HTML element?
Yes you can.
What is "cascading order?
the way styles are ordered.