CSS Layout
CSS allows us to set properties that control where our content is positioned on each web page. Understanding the positioning of elements in relation to each other and the viewport is an important part of writting good CSS for well designed web pages.
Semantic HTML
HTML5, the latest version of the standard, introduced a range of new elements. Among the most interesting are the so-called 'semantic' elements. These attempt to re-examine the proliferation of DIVs in html, and proposed an alternative vocabulary that would better reflect the purpose of many of these DIVs
Lab-06
Review CSS fundamentals Layout fundamentals via a series of discreet experiments. Each experiment is in a separate html/css
file and explores important rules associated with the box model, layout and positioning via simple, concrete examples. Some of the material is drawn from the excellent http://learnlayout.com
resource.