You are here : htmlHTML 5section

<section> - HTML 5

The <section> tag defines sections in a document, such as chapters, headers, footers, or any other sections of the document.


Syntax

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


Example

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


Output / Return Value


Limitations


Alternatives / See Also


Reference