Term
what does the top property do? |
|
Definition
this controls the position of the top of the element |
|
|
Term
what does the text-align property do? |
|
Definition
use this property to align your text to the left, center, or right |
|
|
Term
what does the letter-spacing property do? |
|
Definition
this lets you set the spacing between letters. L i k e t h i s. |
|
|
Term
what does the color property do? |
|
Definition
this controls the font color of text elements |
|
|
Term
what does the background-color property do? |
|
Definition
this controls the background color of an element |
|
|
Term
what does the font-style property do? |
|
Definition
this is used for italic or oblique text. |
|
|
Term
what does the font-weight property do? |
|
Definition
this controls the weight of the text. use it to make text bold. |
|
|
Term
what does the border property do? |
|
Definition
this places a border around an element. you can have a solid border, rigid border, a dotted border... |
|
|
Term
what does the list-style property do? |
|
Definition
this lets you change how list items look in a list. |
|
|
Term
what does the left property do? |
|
Definition
this is how you tell an element how to position its left side. |
|
|
Term
what does the margin property do? |
|
Definition
if you need space between the edge of an element and its content use margin. |
|
|
Term
what does the line-height property do? |
|
Definition
this sets the space between lines in a text element |
|
|
Term
what does the font-size property do? |
|
Definition
this makes text bigger or smaller |
|
|
Term
what does the background-image property do? |
|
Definition
this is used to put an image behind an element |
|
|
Term
what are css' simple statements |
|
Definition
|
|
Term
what do each rule provide for the selection of xhtml elements? |
|
Definition
|
|
Term
what does the selector do? |
|
Definition
this epecifies which element the rule applies to |
|
|
Term
what do each property declaration end with? |
|
Definition
|
|
Term
what do all properties and values in a rules go between? |
|
Definition
|
|
Term
how can you select any element? |
|
Definition
by using its name as the selector |
|
|
Term
how can you select multiple elements that will use the same formatting at once |
|
Definition
you seperate the element names with commas (,) |
|
|
Term
what is one of the easiest ways to include style in html? |
|
Definition
|