Term
|
Definition
| contains simple statement, called rules |
|
|
Term
|
Definition
| each __ provides the style of a selection of XHTML elements |
|
|
Term
|
Definition
| a typical rule consists of a selector along with one or more __ |
|
|
Term
|
Definition
| the ___ specifies whiich elemts the rule applies to |
|
|
Term
|
Definition
| each property declaration ends with a__ |
|
|
Term
|
Definition
| all properties and values in a rule ggo between ___ braces |
|
|
Term
|
Definition
| you can select any element using its name as the ___ |
|
|
Term
|
Definition
| by separating element manes with ___ you can select multiple elements at once |
|
|
Term
|
Definition
| one of the easiest ways to includde a style in HTMK as the ___ tag |
|
|
Term
|
Definition
| for ___ and for sites of any complexity you should link to an external style sheet |
|
|
Term
|
Definition
| the element is used to include an ___ style sheet |
|
|
Term
|
Definition
|
|
Term
|
Definition
| you cab always ___ properties that are inherited by creating a more specific rule for the element you'd like to change |
|
|
Term
|
Definition
| you the ___ attribute to add elements to a __ |
|
|
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 element that belong to the class |
|
|