Term
|
Definition
| Controls the position of the top of the element. |
|
|
Term
|
Definition
| Use this property to align your text to the left, center, or right. |
|
|
Term
|
Definition
| This lets you set the spacing between letters. |
|
|
Term
|
Definition
| This property controls the background color of an element. |
|
|
Term
|
Definition
| Use color to set the font color of text elements. |
|
|
Term
|
Definition
| Use this property for italic or oblique text. |
|
|
Term
|
Definition
| This property controls the weight of text. Use it to make text bold. |
|
|
Term
|
Definition
| This property puts a border around an element. You can have a solid border, a ridged border, a dotted border... |
|
|
Term
|
Definition
| Thsi is how you tell an element how to position its left side. |
|
|
Term
|
Definition
| If you need space between the edge of an element and its content use margin. |
|
|
Term
|
Definition
| This property lets you change how list items look in a list. |
|
|
Term
|
Definition
| This property sets the space between lines in a text element. |
|
|
Term
|
Definition
| Makes text bigger or smaller. |
|
|
Term
|
Definition
| Use this property to put an image behind an element. |
|
|
Term
|
Definition
| CSS contains simple statements called... |
|
|
Term
| It provides the style for a selection of XHTML elements |
|
Definition
|
|
Term
|
Definition
| What does a typical rule consist of? |
|
|
Term
| It specifies which elements the rule applies to. |
|
Definition
| What does the Selector do? |
|
|
Term
|
Definition
| What does each property declaration end with? |
|
|
Term
| They go between { } braces |
|
Definition
| Where do the all properties and values go in code? |
|
|
Term
| By using its NAME as the selector |
|
Definition
| How can you select any element? |
|
|
Term
| Separate the names with , |
|
Definition
| How can you select more than one name at once? |
|
|
Term
|
Definition
| What is one of the easiest ways to include a style in HTML? |
|
|
Term
|
Definition
| Which style is recommended for linking to an external style sheet? |
|
|
Term
|
Definition
| What element is used to include an external style sheet? |
|
|
Term
|
Definition
| Many properties are _____. |
|
|
Term
| Make a specific rule for the elements you'd like to change. |
|
Definition
| How can you override properties that are inherited? |
|
|
Term
|
Definition
| What attribute do you use to add elements to a class? |
|
|
Term
|
Definition
| What do you use to select a specific element in that class? |
|
|
Term
|
Definition
| What do you use to select any elements that belong to the class? |
|
|
Term
| Put more calss names in the calss attributes with spaces between names. |
|
Definition
| How can an element belong to more than one class? |
|
|
Term
| By using the validator website |
|
Definition
| What do you do to check your code for errors? |
|
|