Head First Html: Chapter 12
9th grade, 10th grade, 11th grade, 12th grade, College: First year, College: Second year, College: Third year, College: Fourth year, Graduate school, Professional
computers, programming languages, html, internet, web, browsers, page design, user interfaces
Browsers place elements in a page using _______
flow
By default, each _______ element takes up the entire width of the browser window
block
The top and bottom adjacent margins of two block elements in the normal page flow _______ to the size of the larger margin, or to the size of one margin if they are the same size
collapse
_______ elements are taken out of the normal flow and placed to the left or right
floated
Floated elements sit on top of _______ elements and don't affect their flow
block
_______ content respects the boundaries of a floated element and flows around it
inline
The _______ property is used to specify that no floated elements can be on the left or right (or both) of a block element
clear
A floated element must have a specific _______ set to a value other than auto
width
A _______ layout is one in which the content of the page expands to fit the page when you expand the browser window
liquid
A _______ layout is one in which the width of the content is fixed and it doesn't expand or shrink with the browser window
frozen
A _______ layout is one in which the content width is fixed, but the margins expand and shrink with the browser window
jello
The four values of the _______ property are: static, absolute, fixed and relative
position
_______ positioning is the default, and places an element in the normal flow of the page
static
_______ positioning lets you place elements anywhere in the page
absolute
Absolutely positioned elements can be layered on top of one another using the _______ property
z-index
_______ positioned elements are always positioned relative to the browser window and do not move when the page is scrolled
fixed
_______ positioned elements are first flowed into the page as normal, and then offset by the specified amount, leaving empty space where they would normally sit
relatively