"Divitus" |
|
“divitus” ; Too many divs kill the div | |
Use divs to divide the page into logical sections or when there is no better alternative. A common misuse of divs can be found in the following example:
<div id=”header”> The simple and correct way to do is below:
<h1>Heading 1</h1> Why complicate life when it is so simple? :-) |
|