Term
___ uses a box model to control how elements are displayed |
|
Definition
|
|
Term
Boxes consist of the content area and optional _______, ______, and ______. |
|
Definition
padding, border, and margin |
|
|
Term
The _______ area 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 separate the content. |
|
Definition
|
|
Term
The ______ surrounds the border, padding, and content, and allows space to be added between the element and other elements. |
|
Definition
|
|
Term
Padding, border, and margin are all ________. |
|
Definition
|
|
Term
An elements's background will show under teh content and the padding, but not under the ______. |
|
Definition
|
|
Term
_______ and ______ size con be set in pixels or percentages. |
|
Definition
|
|
Term
______ width can be set in pixels or by using the keywords thin, medium, and thick. |
|
Definition
|
|
Term
There are _____ different styles for borders, including solid, dashed, dotted, and ridge. |
|
Definition
|
|
Term
When setting margins, padding, or the border, CSS provides properties for setting all the sides (___, _____, ______, ____) at once, or it allows them to be set independently. |
|
Definition
|
|
Term
Use the ____-______ property to add space between lines of text. |
|
Definition
|
|
Term
You can place an image in the background of an element with the __________-_____ property. |
|
Definition
|
|
Term
Use the background_________ and background-______ properties to set the posistion 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 ___ element in a page with a given id. |
|
Definition
|
|
Term
You can select elements by their id using the id _ selector; for example _myfavoriteid. |
|
Definition
|
|
Term
An element can only have one __, but it can belong to many classes. |
|
Definition
|
|
Term
You can use more than one _____ _____ in your XHTML. |
|
Definition
|
|
Term
If two style sheets have __________ ________ ___________, the style sheet that is last in the XHTML file will receive preference. |
|
Definition
conflicting property definitions |
|
|
Term
You can target _____ devices such as "print" or "handheld" by using the _____ attribute in your LINK element. |
|
Definition
|
|