August 2013
Beginner
288 pages
8h 7m
English
Chapter Code
THE CODE EXAMPLES FOR THIS CHAPTER CAN BE DOWNLOADED FROM THE WEBSITE (HTTP://FOUNDATIONSOFWEBDESIGN.COM).
To control the position, behavior, and visibility of the document’s box elements, you’ll use the float, position, and display properties.
Remember, CSS sees each HTML element as a box. These boxes will either be block-level boxes or inline boxes.
Block-level elements are those elements of an HTML document that are formatted visually as blocks (e.g., <h1></h1>, <div></div> ...
Read now
Unlock full access