<body>
<div>
<p>the<code>div</code>element has no special meaning at all.it represents its children. it can be used with the 
<code>class</code>,<code>lang</code>,and <code>title </code>attributes to mark up semantice common to a group of consecutive 
elements.</p>
<p>Authors are strongly encouraged to view the <code>div</code>element as an element of last resort, for when no other 
element is suitable. </p>
</div>
</body> 
