Term
| What are the simple Statements that CSS contains? |
|
Definition
|
|
Term
| What does each Rule provide? |
|
Definition
| Style for a slection of XHTML elements |
|
|
Term
| What does a typical rule consist of? |
|
Definition
| A selector with one or more properties and values. |
|
|
Term
| .What does the selector specify |
|
Definition
|
|
Term
| What does each property declaration end with |
|
Definition
|
|
Term
| What do all properties and values and rules go between |
|
Definition
|
|
Term
| How can you select any element |
|
Definition
| Using it's name as the selector |
|
|
Term
| What happens if you seperate element names with commas? |
|
Definition
| You can see multiple elements at once. |
|
|
Term
| What element is used to include an external style sheet? |
|
Definition
|
|
Term
| What attribute do you use to add elements to a class |
|
Definition
|
|
Term
| How do you select any elements that belong to a class |
|
Definition
|
|