Term
[a] place elements in a page using [b]. |
|
Definition
|
|
Term
Block elements [a] from the top down, with a linebreak between elements. |
|
Definition
|
|
Term
[a] elements [b] inside a block element from the [c] to the [d]. |
|
Definition
[a]Inline [b]flow [c] top left [d] bottom right |
|
|
Term
The top and bottom [a] margins of two block elements in the normal page flow [b] to the size of the larger margins, or to the size of one margin if they are the same size. |
|
Definition
|
|
Term
[a] elements sit on to of block elements and don't [b] their flow. |
|
Definition
|
|
Term
[a] elements are taken out of the normal [b] and placed to the left or right. |
|
Definition
|
|
Term
The [a] property is used to specify that no floated elements can be on the left or right (or both) of a block element. |
|
Definition
|
|
Term
A floated element must have a specific width set to a value other then [a]. |
|
Definition
|
|
Term
A [a] layout is one in which the content of the page [b] and it doesn't expand or shrink with the browser window. |
|
Definition
|
|
Term
A [a] layout is one in which the content of the page [b] to fit the page when you expand the browser window. |
|
Definition
|
|
Term
A [a] layout is one in which the content width is [b], but the margins [c] and shrink with the browser window. |
|
Definition
[a]jello [b]fixed [c]expand |
|
|
Term
There are [a] values the position property can be set to: [b], [c], [d], and [e]. |
|
Definition
[a]four [b]static [c]absolute [d]fixed [e]relative |
|
|
Term
[a] positioning is the default, and places an element in the [b] flow of the page. |
|
Definition
|
|
Term
If an absolutely positioned element is nested within another positioned element, then its position is [a] to the containing element that is positioned. |
|
Definition
|
|
Term
The properties top, right, and left are used to [a] elements for absolute, fixed, and relative positioning. |
|
Definition
|
|
Term
Absolutely positioned elements can be [a] on top of one another using the [b] property. |
|
Definition
|
|
Term
[a] position elements are always positioned relative to the browser window and do not move when the page is scrolled. |
|
Definition
|
|
Term
[a] positioned elements are first flowed into the page as normal, and then offset by the specified amount, leaving empty the space where they would normally sit. |
|
Definition
|
|
Term
When using [a] positioning, left, right, top, and bottom refer to the amount of offset from the element's position in the normal flow. |
|
Definition
|
|
Term
The same design can often be achieved using [a] elements or [b] positioned elements. |
|
Definition
[a]floating [b]absolutely |
|
|
Term
[a] provides a [b] solution for [c] layouts and allows elementsto clear floated elements from their sides something that can't be done with absolute positioning. |
|
Definition
[a]Float [b]flexible [c]multcolumn |
|
|