Shared Flashcard Set

Details

Web Design Chapter 12
Bullet Points
21
Computer Science
10th Grade
01/17/2009

Additional Computer Science Flashcards

 


 

Cards

Term
[a] place elements in a page using [b].
Definition
[a]Browsers [b]flow
Term
Block elements [a] from the top down, with a linebreak between elements.
Definition
[a] flow
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
[a]adjacent [b]collapse
Term
[a] elements sit on to of block elements and don't [b] their flow.
Definition
[a]Floated [b]affect
Term
[a] elements are taken out of the normal [b] and placed to the left or right.
Definition
[a] Floated [b] flow
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
[a]clear
Term
A floated element must have a specific width set to a value other then [a].
Definition
[a] auto
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
[a]frozen [b]fixed
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
[a]liquid [b]expands
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
[a]Static [b]normal
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
[a]relative
Term
The properties top, right, and left are used to [a] elements for absolute, fixed, and relative positioning.
Definition
[a]position
Term
Absolutely positioned elements can be [a] on top of one another using the [b] property.
Definition
[a] layered [b]z-index
Term
[a] position elements are always positioned relative to the browser window and do not move when the page is scrolled.
Definition
[a]Fixed
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
[a]Relatively
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
[a]relative
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
Supporting users have an ad free experience!