Term
CSS uses a ___ _____ model to control how elements are displayed. |
|
Definition
|
|
Term
Boxes consist of the content area, and optional padding, border, and margin. |
|
Definition
|
|
Term
The _______ ____ contains the content of the element. |
|
Definition
|
|
Term
The _______ is used to create visual space around the content area. |
|
Definition
|
|
Term
The ______ surrounds the padding and content, and provides a way to visually seperate the content. |
|
Definition
|
|
Term
The ______ surrounds the border, padding, and content. It allows spance to be added between the elemtn and other elements. |
|
Definition
|
|
Term
Padding, border, and margin are all ________. |
|
Definition
|
|
Term
An element's background will show under the content and padding, but not under the margin. |
|
Definition
|
|
Term
_______ and ______ sizes can be set in pixels or percentages. |
|
Definition
|
|
Term
______ width can be set in pixels or by using the keywords, thin, medium, or thick. |
|
Definition
|
|
Term
There are _____ different styles for borders, including soild, dashed, dotted, and ridge. |
|
Definition
|
|
Term
When setting margins, padding, or the border, CSS provides properties for setting all the side (top, right, bottom, left) at once, or it allows them to be set _____________. |
|
Definition
|
|
Term
Use the ____-______ property to add space between lines of text. |
|
Definition
|
|
Term
You can place and inamge in the background of an element with the __________-_____ property. |
|
Definition
|
|
Term
Use the background-position and properties to set the position and tiling behavior of the background image. |
|
Definition
|
|
Term
Use the _____ attribute for elements that you want to style together, as a group. |
|
Definition
|
|
Term
Use the __ attribute to give an element a unique name, You can also use the __ attribute to provide a unique style for an element. |
|
Definition
|
|
Term
There should only be one element in a page with a given id.
(T or F) |
|
Definition
|
|
Term
You can select element by their id using the id ________; for example #myfavoriteid. |
|
Definition
|
|
Term
An element can have only one id, but it can belong to many classes.
(T or F) |
|
Definition
|
|
Term
You can use more than one _____ _____in your XHTML. |
|
Definition
|
|
Term
If two style sheets have conflicting property definitions, the style sheet that is last in the XHTML will recieve __________. |
|
Definition
|
|
Term
You can target media devices such as "print" or "handheld" by using the _____ attribute in your 'link' element. |
|
Definition
|
|