Shared Flashcard Set

Details

Web Design
Vocabulary
33
Computer Science
11th Grade
11/10/2008

Additional Computer Science Flashcards

 


 

Cards

Term
top
Definition
controls the position of the top of the element
Term
text-align
Definition
use this property to align your text to the left, center, or right
Term
letter-spacing
Definition
this lets you set the spacing between letters. l i k e t h i s
Term
color
Definition
use the color to set the font color of text elements
Term
background-color
Definition
this property controls the background color of an element
Term
font-style
Definition
use this property for italic or oblique text
Term
border
Definition
this property put a border around an element. you can have a solid border, a ridged border, or a dotted border.
Term
font-weight
Definition
this perperty controls the weight of the text. use it to make text bold.
Term
left
Definition
this is how you tell an element how to position its left side
Term
list-style
Definition
this property lets you chagne how list items look in a list
Term
margin
Definition
if you need space between the edge of an element and its content, use margin.
Term
line-height
Definition
this property sets the space between lines in a text element.
Term
font-size
Definition
makes the text bigger or smaller.
Term
background-image
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