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. l i k e t h i s |
|
|
Term
|
Definition
use the color to set the font color of text elements |
|
|
Term
|
Definition
this property controls the background color of an element |
|
|
Term
|
Definition
use this property for italic or oblique text |
|
|
Term
|
Definition
this property put a border around an element. you can have a solid border, a ridged border, or a dotted border. |
|
|
Term
|
Definition
this perperty controls the weight of the text. use it to make text bold. |
|
|
Term
|
Definition
this is how you tell an element how to position its left side |
|
|
Term
|
Definition
this property lets you chagne how list items look in a list |
|
|
Term
|
Definition
if you need space between the edge of an element and its content, use margin. |
|
|
Term
|
Definition
this property sets the space between lines in a text element. |
|
|
Term
|
Definition
makes the text bigger or smaller. |
|
|
Term
|
Definition
use this property to put an image behind an element. |
|
|
Term
*CSS contains simple statements, called rules |
|
Definition
|
|
Term
*each rule probides the style for a selection of XHTML elements. |
|
Definition
|
|
Term
*a typical rule consists of a selector along with one or more properties and values. |
|
Definition
|
|
Term
*the selector specifies which elements the rule applies to. |
|
Definition
|
|
Term
*each property declaration ends with a semicolon. |
|
Definition
|
|
Term
*all properties and values in a rule go between { } braces. |
|
Definition
|
|
Term
*all properties and values in a rule go between { } braces. |
|
Definition
|
|
Term
*you can select any element using its names as the selector. |
|
Definition
|
|
Term
*by separating element names with commas, you can select multiple elements at once. |
|
Definition
|
|
Term
*one of the easiest ways to include a style in HTML is the | |