Term
|
Definition
|
CSS contains simple statements called...
|
|
|
Term
|
Definition
|
Each rule provides the style for a selection of _______ elements.
|
|
|
Term
|
Definition
|
A typical rule consists of a selector along with one or more....
|
|
|
Term
|
Definition
|
The selector specifies which elements _________ applies too.
|
|
|
Term
|
Definition
|
Each property declaration ends with a __________.
|
|
|
Term
|
Definition
|
All properties in a rule go between _ _ brackets.
|
|
|
Term
|
Definition
|
You can select any element using its name as
|
|
|
Term
|
Definition
|
By seperating element names with _______ you can select multiple elements at once.
|
|
|
Term
|
Definition
|
One of the easiest ways to include a style in HTML is the _____ tag
|
|
|
Term
|
Definition
|
For XHTML and for sites of any complexity, you should link to an
|
|
|
Term
|
Definition
|
The ___ element is used to include an external style sheet.
|
|
|
Term
|
Definition
|
Many properties are _________.
|
|
|
Term
|
Definition
|
You can always override properties that are inherited by creating _ _____ _______ ______ for the element you would like to change.
|
|
|
Term
|
Definition
|
Use the class attribute to add elements to a class.
|
|
|
Term
|
Definition
|
Use a ______ between the element name and the class name to select a specific element in that class.
|
|
|
Term
|
Definition
|
Use _________ to select any elemtns that belong to the class.
|
|
|
Term
|
Definition
|
An element can belong to more than one class by placing multiple class names in ____________ with spaces between the names.
|
|
|
Term
| http://jigsaw.w3.org/css-validator |
|
Definition
|
You can validate your CSS using the W3C validator :
|
|
|