Sunday 13 May 2012

Ultimate HTML CSS Layout Demo

UltimateHTMLCSSLayoutDemo link

CSS HTML Layout Guide

How do you layout a website? 
I have done several websites in my time, but every time I started the layout I really 
did not know how to do it properly, until now.

An HTML and CSS Layout is essentially containers inside containers. These containers are different HTML tags with different CSS styling. The main container being the <body> tag.

These containers are then used to contain the HTML content like text, images, video etc.
Main container tags are <div>, <span> and <table>, more on that later.