Lesson 6 Flashcards
Content Container
Are areas which content is flowed.
Content Source
May be one or more blocks of text in the same or separate HTML document that holds the content you want to flow through a layout.
CSS Exclusions
Enable you to completely wrap text around images, shapes, and containers of text.
CSS Regions
Are defined areas (regions) of an HTML document where content can flow.
Flow-from
CSS property creates the content container, which is a CSS Region.
Flow-into
Value is “main”, which is the named flow. Because the content will actually appear in another place (in the content containers), this source element itself will not be displayed on the HTML page.
Hyphenation
Is the process of connecting two words with a hyphen mark (-) or breaking words between syllables at the end of a line.
iframe
Which are like mini boxes on a Web page that contain external content embedded in an HTML document, as the content flows.
Multi-Column Layout
Which are like mini boxes on a Web page that contain external content embedded in an HTML document, as the content flows.
Named Flow
Within the content source, the element that contains the content to be flowed is assigned the flow-into CSS property.
Positioned Float
Is a CSS construct that enables you to position images, text, and boxes anywhere in an HTML document and then wrap text completely around these elements.