Quote:
|
Originally Posted by pgo
You create individual boxes of content, basically (a div for the header, a div for navigation, a div for content, a div for a sidebar, and so on)
|
Being picky, but ideally, you want to be careful when you approach it like that. Could quickly get divtastic.
For example, your navigation can often just be a list <ul> and for simple layouts, content can be just positioned paragraphs and images.
You can position and style all elements, not just divs.