Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
The X in XHTML stands for... |
|
|
Term
A language that can be used to invent new markup languages |
|
Definition
|
|
Term
|
Definition
CSS contains simple statements called |
|
|
Term
|
Definition
each rule provides the ________ for a selection of XHTML elements |
|
|
Term
selector, properties and values |
|
Definition
A typical rule consists of a ______ along with one or more ________ and _______ |
|
|
Term
|
Definition
The _____ specifies which element the rule applies to |
|
|
Term
|
Definition
what does each property declaration end with? |
|
|
Term
|
Definition
What do all properties and values in a rule go between? |
|
|
Term
|
Definition
you can do this to any element by using its name as the selector |
|
|
Term
by seperating them with commas |
|
Definition
how can you select multiple elements at once? |
|
|
Term
|
Definition
one of the easiest ways to include style in HTML |
|
|
Term
|
Definition
for XHTML and for sites of complexity you should link to this for style |
|
|
Term
|
Definition
this is used to link to an exteranl stlye sheet |
|
|
Term
|
Definition
Many properties are this. For instance if a property that is this is set for the body element, all the bodys child elements will do this |
|
|
Term
|
Definition
you can do this to an element that has inherited a property to change its property to its own |
|
|
Term
|
Definition
use this attribute to add elemetns to a class |
|
|
Term
|
Definition
use this between the element name and the class name to select a specific element in that class |
|
|
Term
|
Definition
use this to select any elements that belong to a class |
|
|
Term
|
Definition
an element can belong to more than one of these by placing multiple class names in the class attribute with spaces between the names |
|
|
Term
|
Definition
you can validate your CSS using this at http://jigsaw.w3.org/css-validator |
|
|