Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML <section> tags


May 05, 2021 HTML Reference Manual


Table of contents


HTML slt;section> tags

The label represents a separate part of the document, for example, in the following example, and the label defines an area of the document to explain what WWF is:

An area of the document that explains what WWF is:

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

Try it out . . .

Browser support

HTML <section> tags HTML <section> tags HTML <section> tags HTML <section> tags HTML <section> tags

IE 9 plus, Firefox, Opera, Chrome, and Safari.

Note: IE 8 or earlier versions of IE browsers do not support the label.


Label definition and instructions for use

The label defines an area of the document. Such as chapters, heads, bottoms, or other areas of the document.


The difference between HTML 4.01 and HTML5

The label is the new label in HTML5.


Global properties

Labels support the global properties of HTML.


The event property

The tag supports the event properties of HTML.