Shared Flashcard Set

Details

Web Design Ch8
web design
28
Computer Science
11th Grade
11/10/2008

Additional Computer Science Flashcards

 


 

Cards

Term
Top
Definition
Controls the postion of the top of the element
Term
text-align
Definition
Use this propety to align your text to the left, center, right
Term
letter-spacing
Definition
this lets you set the spacing between letters
Term
color
Definition
use color to set the font color of the text element
Term
background-color
Definition
this property controls the background color of the element
Term
font-weight
Definition
this property controls the weight of text use it to make text bold
Term
border
Definition
this property puts a border around an element. Yoou can have a solid boder, a riged,a dotted oborder
Term
fotn-style
Definition
use this property for italic or oblique text
Term
list-style
Definition
this property lets you change ho 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
left
Definition
this is how you tell an element to position its left side
Term
line-height
Definition
this property sets the space between line in a text element
Term
font-size
Definition
makes text bigger or smaller
Term
background-image
Definition
use this property yo put an image behingd an element
Term
Simple statements in CSS
Definition
Rules
Term
The <____> element is used to include an external style sheet
Definition
link
Term
Each rule provides the style for a selection of the _____ elements
Definition
XHTML
Term
Many properties are _______
Definition
Inherited
Term
A topical rule consits of a selector along with one or more ______ and ____
Definition
properties and values
Term
The ____ specifies which element the rule applies to
Definition
selector
Term
You can always ___ properties that are inherited by creating a more specific rule for the element you'd like to change
Definition
override
Term
each property declaration ends witha
Definition
semicolon
Term
use ____ attributes to add elements to a class
Definition
class
Term
All properties and values in a rule go between _ _
Definition
{}
Term
use a "." between the el'emtn name andd the ___ name to select a specifice element in that ____
Definition
class
Term
select any element using it ____ as a selector
Definition
name
Term
By seperating element names with a _____ you can slect multiple elements at once
Definition
coma
Term
use".classname" to select any that belongs to the class
Definition
element
Supporting users have an ad free experience!