Term
Controls the position of the top of the element |
|
Definition
|
|
Term
Use this property to align your text to the left, center, or right |
|
Definition
|
|
Term
Lets you set the spacing between letters |
|
Definition
|
|
Term
Use this to set the font color of text elements |
|
Definition
|
|
Term
This property controls the weight of text. Use it to make text bold. |
|
Definition
|
|
Term
This property controls teh background color of an element |
|
Definition
|
|
Term
Use this property for italic or oblique text |
|
Definition
|
|
Term
This property lets you change how list items look in a list |
|
Definition
|
|
Term
This is how you tell an element how to position its left side |
|
Definition
|
|
Term
This property sets teh space between lines in a text element |
|
Definition
|
|
Term
If you need space between teh edge of an element and its content, use this |
|
Definition
|
|
Term
This property puts a border around an element |
|
Definition
|
|
Term
Use this property to put an image behind an element |
|
Definition
|
|
Term
Contains simple statements, called rules |
|
Definition
|
|
Term
Each rule provides the ______ for a selection of XHTML elements |
|
Definition
|
|
Term
A Typical Rule consists of a selector along with _____ or _____ properties and values |
|
Definition
|
|
Term
The _______ specifies which elements the rule applies to |
|
Definition
|
|
Term
Each _________ _________ ends with a semicolon |
|
Definition
|
|
Term
All ________ and values in a rule go between {} braces |
|
Definition
|
|
Term
You can select any ________ using its name as the selector |
|
Definition
|
|
Term
By separating element names with ______, you can select multiple elements at once. |
|
Definition
|
|
Term
One of hte easiest ways to include a style in HTML is the ______ tag |
|
Definition
|
|
Term
For XHTML and for sites of any complexity, you should _____ to an external style sheet |
|
Definition
|
|
Term
The _____ element is used to include an external style sheet |
|
Definition
|
|
Term
Many properties are _________. For instance, if a property that is inherited is set for the body element, all the ________'s child elements will inherit it. |
|
Definition
|
|
Term
You can always ______ properites that are inherited by creating a more specific rule for the element you'd like to change. |
|
Definition
|
|
Term
Use the _____ attribute to add elements to a class |
|
Definition
|
|
Term
Use a _____ b etween the element name and the class name to select a specific element in that class |
|
Definition
|
|
Term
Use _______ to select any elements thta belong to the class |
|
Definition
|
|
Term
An element can belong to more thatn one class by placing multiple class names in teh class ________ with spaces between the names. |
|
Definition
|
|
Term
You can validate your CSS using the _______ |
|
Definition
|
|