Term
|
Definition
| uses a box model to control how elements are displayed. |
|
|
Term
|
Definition
| consist of the content area and optional padding, border, and margin. |
|
|
Term
|
Definition
| The ________ _____ contains the content of the element. |
|
|
Term
|
Definition
| The _________ is used to create visual space around the content area. |
|
|
Term
|
Definition
| The __________ surrounds the padding and content and provides a way to visually seperate the content. |
|
|
Term
|
Definition
| The _____________ surrounds the border, padding, and content and allows space to be added between the element and other elements. |
|
|
Term
|
Definition
| Padding, Borders, and Margin are all ________ |
|
|
Term
|
Definition
| An element's _________ will show under the content and the padding but not under the margin. |
|
|
Term
|
Definition
| Padding and margin size can be set in ______ or __________ |
|
|
Term
|
Definition
| Border width can be set using pixels or using __________ such as medium, thick, or thin. |
|
|
Term
|
Definition
| There are eight different styles for borders, including solid, dashed, dotted, and ridge. |
|
|
Term
|
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. |
|
|