Shared Flashcard Set

Details

Chapter 10 Bullet Points
CSS with the Lounge
12
Computer Science
12/11/2008

Additional Computer Science Flashcards

 


 

Cards

Term
CSS
Definition
uses a box model to control how elements are displayed.
Term
Boxes
Definition
consist of the content area and optional padding, border, and margin.
Term
content area
Definition
The ________ _____ contains the content of the element.
Term
Padding
Definition
The _________ is used to create visual space around the content area.
Term
border
Definition
The __________ surrounds the padding and content and provides a way to visually seperate the content.
Term
margin
Definition
The _____________ surrounds the border, padding, and content and allows space to be added between the element and other elements.
Term
optional
Definition
Padding, Borders, and Margin are all ________
Term
background
Definition
An element's _________ will show under the content and the padding but not under the margin.
Term
pixels or percentages
Definition
Padding and margin size can be set in ______ or __________
Term
keywords
Definition
Border width can be set using pixels or using __________ such as medium, thick, or thin.
Term
eight
Definition
There are eight different styles for borders, including solid, dashed, dotted, and ridge.
Term
setting
Definition
When _______ margins, padding, or the border, CSS provides properties for setting all the sides at once, or if you wish to do them independently.