<div>
Division 1
<p>The DIV element is used to group elements</p>
<p>Typically, DIV is used for block level elements</p>
</div>
<div align="right">
Division 2
<p>This is a second division
</p>
<h2>Are you having fun?</h2>
</div>
<p>The second division is right aligned.
<span>Common formatting</span> is applied to all the elements in the division
</p>