HTML <div> tag
The <div> tag defines a division/section in a document.
Standard Attributes of <div> tag : id, class, title, style, dir, lang, xml:lang
Event Attributes of <div> tag : onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup
Example :
"<body> <div id="topmenu"> [stuff] </div><div id="leftpanel"> [stuff] </div><div id="content"> [stuff] </div> </body>"
