Term
|
Definition
controls the position of the top element |
|
|
Term
|
Definition
use this property to align youur text to the left, center, or the right. |
|
|
Term
|
Definition
this lets you set the spacing between leters |
|
|
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
this property controls the weight of the text |
|
|
Term
|
Definition
this property puts a border around as element. you can have a solid border a right border a rigid border, a dotted border etc... |
|
|
Term
|
Definition
if u need space between the edge of the element and its contents use margin |
|
|
Term
|
Definition
makes text smaller or bigger |
|
|
Term
|
Definition
this property lets you change how the list items look in a list |
|
|
Term
|
Definition
use this property for italic or oblique text |
|
|
Term
|
Definition
use this property to put an image behind an element |
|
|
Term
|
Definition
this is how you tell an element how to position its left side |
|
|
Term
|
Definition
this is how you tell an element how to position its left side |
|
|
Term
|
Definition
Css contains______ ______, called rules |
|
|
Term
|
Definition
Each _____ provides the style for a selection of ______ elements |
|
|
Term
|
Definition
A typical rule consists of a ______ along with one or more property values |
|
|
Term
|
Definition
The selector ______ which element the rules apply to |
|
|
Term
|
Definition
Each property ______ ends with a semi colon |
|
|
Term
|
Definition
All properties and values in a rule go between ______ |
|
|
Term
|
Definition
You can select any element using its name as the ______ |
|
|
Term
|
Definition
By seperating element names with ______, you can select multiple elements at once |
|
|
Term
|
Definition
One of the easiest ways to include a style in HTML is the _____ tag |
|
|
Term
|
Definition
For ______ and for sites of any complexity, you shuld link to an external style sheet |
|
|
Term
|
Definition
The ____ element is used to include an external style sheet |
|
|
Term
|
Definition
use the _____ attribute to add elements to a class |
|
|
Term
|
Definition
use a "." between the element name and the class name to select a specific element in that class |
|
|
Term
|
Definition
use".classname" to select any element that belongs to the class |
|
|
Term
http://jigsaw.w3.org/css-validator |
|
Definition
You can validate your CSS using the W3c validator, at _______________________. |
|
|