Html5 section Tag

The <section> tag is new in HTML5.The section tag is mainly used to divide a document into section such like headers footers and chapters.

Example Code

<!DOCTYPE HTML>
<section>
  <p>HTML5 is a structuring and presenting content for the internet. </p>
</section>

Out Put :



HTML5 is a structuring and presenting content for the internet.





Content