Shared Flashcard Set

Details

Chapter 8 cards
Words and notes
30
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
color
Definition
use color to set the font color of text elements
Term
font-weight
Definition
controls the weight of text Use it to make text bold
Term
background-color
Definition
controls the background color an element
Term
border
Definition
a border around an element can have a solid border a ridged border a dotted border
Term
font style
Definition
use this property for italic or obligue text
Term
list style
Definition
lets you change how list items look in a list
Term
margin
Definition
need space between the edge of an element and its content use margin
Term
font-size
Definition
makes text bigger or smaller
Term
background-image
Definition
use this property to put an image behind an element
Term
letter-spacing
Definition
lets you set the spacing between letters
Term
text-align
Definition
use property to align your text to the left center or right
Term
left
Definition
position text
Term
line-height
Definition
property sets the space between lines in a text element
Term
Css
Definition
contains simple statements called rules
Term
Rules
Definition
provide the style for a selection of XHTML elements
Term
typical rule
Definition
consists of a selector along with one or more properties and values
Term
selector
Definition
specifies with each elements the rule applies to
Term
property declaration
Definition
ends with a semicolon
Term
properties
Definition
go in braces {}
Term
HTML is the