The best HTML <section> tag Tutorial In 2024, In this tutorial you can learn Examples,Browser Support,Tag definitions and instructions,Differences between HTML 4.01 and HTML5,Global Properties,Event Properties,

HTML <section> tag

Examples

An area of ​​the document, explains what WWF:

<section>
<h1>WWF</h1>
<p>The World Wide Fund for Nature (WWF) is/en/en</p>
</section>


Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

IE 9 +, Firefox, Opera, Chrome and Safari <section> tag.

Note: IE 8 or earlier versions of IE browser does not support <section> tag.


Tag definitions and instructions

<Section> tag defines an area of ​​the document. For example, chapters, header, footer, or other area of ​​the document.


Differences between HTML 4.01 and HTML5

<Section> tag is new in HTML5 tags.


Global Properties

<section> tag supports HTML global properties .


Event Properties

<section> tag supports HTML event properties .

HTML <section> tag
10/30