Term
| What does XHTML stand for? |
|
Definition
| Extensible Hypertext Markup Language (eXtensible HTML) |
|
|
Term
| This is a language that can be used to invent new markup languages. |
|
Definition
|
|
Term
| CSS contains simple statements, called _____. |
|
Definition
|
|
Term
| Each rule provides the _____ for a selection of XHTML elements. |
|
Definition
|
|
Term
| A typical rule consists of a ________, along with one or more properties and values. |
|
Definition
|
|
Term
| The selector specifies which ________ the rule applies to. |
|
Definition
|
|
Term
| Each property declaration ends with a _________. |
|
Definition
|
|
Term
| All properties and values go in a rule between ______. |
|
Definition
|
|
Term
| You can select any element using its ____ as the selector. |
|
Definition
|
|
Term
| By separating element names with ______, you can select multiple 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 ________ _____ _____. |
|
Definition
|
|
Term
| The '____' element is used to include an external style sheet. |
|
Definition
|
|
Term
| Many properties are _________. For instance, if a property that is (answer) is set for the 'body' element, all the 'body''s child elements will (answer) it. |
|
Definition
|
|
Term
| You can always override properties that are inherited by creating a more ________ rule for the element you'd like to change. |
|
Definition
|
|
Term
| Use the _____ attribute to add elements to a (answer). |
|
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 class by placing ________ class names in the class attribute with spaces between the names. |
|
Definition
|
|
Term
You can vallidate your CSS using the W3C vaildator, at
http://jigsaw.w3.org/css-validator. |
|
Definition
|
|
Term
| ____ is a markup language. |
|
Definition
|
|
Term
XHTML is ___.
HTML is ____ |
|
Definition
|
|
Term
| '____' is an empty element. |
|
Definition
|
|
Term
| _____ is a more current form of HTML, and can be extended to include new markup (you can use additional codes). |
|
Definition
|
|
Term
| When you use XHTML, you use a new _______, make some minor changes to __________, and make some minor changes to the way you write empty elements. |
|
Definition
|
|
Term
| Pages coded with XHTML will most likely work on ______ devices and a variety of browsers. |
|
Definition
|
|
Term
| It is ______ to convert pages written in XML to XHTML then to convert to HTML. |
|
Definition
|
|