Saturday, June 11, 2016

About div

<div style="color:#0000FF">
  <h3>This is a heading</h3>
  <p>This is a paragraph.</p>
</div>


The <div> tag  describes a part or section in an HTML document.

The <div> tag can also be used to group elements with CSS.


No comments:

Post a Comment