DIV
DIV tag defines a division or section in a document. DIV element is a sort of generic block level container for all the content in the container from start DIV and end /DIV tags. DIV element is convenient to use as a wrapper for many elements within the DIV container as a single CSS rule can apply to all the elements within the container. For Example:
</div><!-- Footer -->
<div id="footer">
<p>
<center>
© Sarvpratham
</center>
</p>
</div><!-- End Footer -->