Term
CSS contains __________, called rules. |
|
Definition
|
|
Term
Each rule provides the ______ for a selection of XHTML elements |
|
Definition
|
|
Term
A typical ____ consists of a selector along with one or more properties and values |
|
Definition
|
|
Term
The ________ specifies which elements the rule applies to. |
|
Definition
|
|
Term
Each property ________ ends with a semicolon. |
|
Definition
|
|
Term
All ________ and _____ in a rule go between {} braces. |
|
Definition
|
|
Term
You can ______ any element using its name as the selector. |
|
Definition
|
|
Term
By seperating element names with _____, you can select multiple elements at once. |
|
Definition
|
|
Term
One of the easiest ways to include a ____ in HTML is the STYLE tag. |
|
Definition
|
|
Term
For XHTML and for sites with any complexity, you should link to an _________ _____ _____ . |
|
Definition
|
|
Term
The ____ element is used to include an external style sheet. |
|
Definition
|
|
Term
Many properties are _________ . |
|
Definition
|
|
Term
If a property that is inherited is set for the BODY element, all the BODY's _____ elements will inherit it. |
|
Definition
|
|
Term
You can always _________ properties that are inherited by creating a more specific ____ 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 element 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 _____ by placing multiple _________ in the class attribute with spaces between the names. |
|
Definition
|
|
Term
You can _________ your CCS using the W3C validator, at http://jigsaw.w3.org/css-validator. |
|
Definition
|
|
Term
|
Definition
To link css style sheet to html |
|
|