<section> tag in HTML5

The <section> tag defines a generic section of a document or application means grouping of content, such as headers, footers, or any other sections of the document.

Important Description

  • The <section> tag is new in HTML5.
  • Open and close tag required of <section>.

Syntax Example of <section> tag

<section>
   <h1>heading</h1>
   <p>This is section tag paragraph</p>
   <footer>footer of thee section</footer>
</section>

Example of <section> tag

Result Look Like

Chapter

Finish HTML5 tags tutorial first then html tags.

<section> Tag Browser Support

The section tag is not supported in Internet Explorer 8 and earlier versions.

Element Chrome Edge Firefox Safari Opera
<section> Yes Yes Yes Yes Yes
Version 6.0 9.0 4.0 5.0 11.1

Global Attributes

Event Attributes

Email Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

© 2023 GDATAMART.COM (All Rights Reserved)