Shared Flashcard Set

Details

web design
CSS chapter 8
29
Computer Science
1st Grade
11/10/2008

Additional Computer Science Flashcards

 


 

Cards

Term
top
Definition
controls the position of the top element
Term
text-align
Definition
use this property to align youur text to the left, center, or the right.
Term
letter-spacing
Definition
this lets you set the spacing between leters
Term
background-color
Definition
this property controls the background color of an element
Term
color
Definition
use color to set the font color of text elements
Term
font-weight
Definition
this property controls the weight of the text
Term
border
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
margin
Definition
if u need space between the edge of the element and its contents use margin
Term
font-size
Definition
makes text smaller or bigger
Term
list-style
Definition
this property lets you change how the list items look in a list
Term
font-style
Definition
use this property for italic or oblique text
Term
background-image
Definition
use this property to put an image behind an element
Term
left
Definition
this is how you tell an element how to position its left side
Term
left
Definition
this is how you tell an element how to position its left side
Term
Simple statements
Definition
Css contains______ ______, called rules
Term
Rule, XHTML
Definition
Each _____ provides the style for a selection of ______ elements
Term
Selector
Definition
A typical rule consists of a ______ along with one or more property values
Term
Specifies
Definition
The selector ______ which element the rules apply to
Term
Declaration
Definition
Each property ______ ends with a semi colon
Term
braces
Definition
All properties and values in a rule go between ______
Term
Selector
Definition
You can select any element using its name as the ______
Term
Commas
Definition
By seperating element names with ______, you can select multiple elements at once
Term