Details

Title: Chapter 10

Description: Bullet Points

Total Flash Cards: 7

Created: 12/11/2008 06:42:17

New Users: To study from this flashcard set, or to create your own your own study flash cards, REGISTER HERE.

Existing Users: CLICK HERE.

Additional Computer Science Flashcards

Cards in this set:

Term
CSS Uses a box model to control how elements are made.
Definition
True
Term
Boxes consist of the content areas and optional padding, border, and margin.
Definition
True
Term
The content area contains the element.
Definition
True
Term
The padding is used to create visual space around the content area.
Definition
True
Term
The margin surrounds the border, padding, and content, and allows space to be added between the element and other elements.
Definition
True
Term
Padding, border, and margin are all optional.
Definition
True
Term
An element background will show under the content and the padding, but not under the margin.
Definition
True