Term
___ contains simiple rules statements, called rules. |
|
Definition
|
|
Term
Each rule provides the style for a selection of _____ elements. |
|
Definition
|
|
Term
A typical rule consits of a ________ along with one or more properties and values. |
|
Definition
|
|
Term
The ________ specifies which elements the rule applies to. |
|
Definition
|
|
Term
Each property declaration ends with a _________. |
|
Definition
|
|
Term
All propeties ans values in a rule go between _ _ braces. |
|
Definition
|
|
Term
You can select any _______ using its name as the selector. |
|
Definition
|
|
Term
By separating elments with ______, you can select mulitple elements at once. |
|
Definition
|
|
Term
One of the easiest ways to include style in HTML is the _____ tag. |
|
Definition
|
|
Term
For XHTML and for sites of any complexity, you should link to an ________ style sheet. |
|
Definition
|
|
Term
The ____ elements is used to include an external style sheet. |
|
Definition
|
|
Term
Many properties are inherited. For instance, if a property that is inherited is set for the BODY element, all the ____'s _____ elements will inherit it. |
|
Definition
|
|
Term
You can always ________ properites that are inherited by creating a more specific rule for the element you'd like to change. |
|
Definition
|
|
Term
Use the _____ attribute to add elements to a class. |
|
Definition
|
|
Term
Use a ___ between the elments name and the class name to select a specific element in that class. |
|
Definition
|
|
Term
Use ____________ to select any elements that belong to the class. |
|
Definition
|
|
Term
An element can belong to more than one class by placing ________ class attributes with spaces between the names. |
|
Definition
|
|
Term
You can validate you CSS using the W3C validator, at _________________________________. |
|
Definition
http://jigsaw.w3.org/css-validator |
|
|