Layouts Flashcards
How the browser lays out HTML pages by default when you do nothing to control page layout.
Normal Flow
Elements that appear one below the other are called…
block elements
Elements that appear beside the other are called…
inline elements
The display property can change how elements…
behave in normal flow
Applying a _____ value such as left can cause block level elements to wrap alongside one side of an element.
float
The _____ property allows you to precisely control the placement of boxes inside other boxes.
position
_____ layout features designed for styling the parts of an HTML table can be used on non-table elements using display: _____ and associated properties.
Table
The _____-____ layout properties can cause the content of a block to layout in columns.
multi-column