Term
______ elements are used to group _______ elements into _______ sections. |
|
Definition
|
|
Term
Creating _______ _______ can help you identify the main content areas, header, and footer of your page. |
|
Definition
|
|
Term
You can use ____ elements to group elements together that need a common style. |
|
Definition
|
|
Term
Use nested DIV elements to add further ________ to your files for _______or _______. |
|
Definition
structure; clarity or styling |
|
|
Term
Once you have grouped together sections of content with DIV elements, you can style the DIV just like you would any other _____ element. You can add a border around a group of elements using the border property on the DIV they are ______ in. |
|
Definition
|
|
Term
The ______ property sets the width of the content area of an element. |
|
Definition
|
|
Term
The _____ width of an element is the width of the content area, plus the width of any padding, border, and margins, you add. |
|
Definition
|
|
Term
Once you set the width of an element, it no longer ______ to fit the entire width of the ________ _________. |
|
Definition
|
|
Term
_____________ is a property for block elements that centers all inline content in the block element. It is inherited by any nested block elements. |
|
Definition
|
|
Term
You can use _____________ ___________ to select elements nested within other elements. |
|
Definition
|
|
Term
You can use _________ for related properties. |
|
Definition
|
|
Term
Padding, margin, border, background, and font properties can all be specified with _________. |
|
Definition
|
|
Term
The _____ inline element is similar to the DIV element: it is used to group together related inline elements and text. |
|
Definition
|
|
Term
Just like with DIV, you can add SPAN elements to ________ (or give SPAN elements unique ids) to style them. |
|
Definition
|
|
Term
The A element is an example of an element with different _______. |
|
Definition
|
|
Term
You can style each of these states separately with _______ _________. |
|
Definition
|
|
Term
Other elements support the :hover pseudo-class, and some ________ also support the :first-child, :active, and :focus pseudo-classes for other elements. |
|
Definition
|
|
Term
The main A element _______ are unvisited, visited, and hover. |
|
Definition
|
|
Term
Padding-top, padding-right, padding-bottom, and padding-left are all related to padding, and can be specified with one ________ rule, padding. |
|
Definition
|
|
Term
The _______ __________ used most often with the A element are :link, for unvisited links, :visited, for visited links, and :hover, for the hover state. |
|
Definition
|
|
Term
Don't add _________ unless you need it. |
|
Definition
|
|