CLOSE

Help Us Help You

This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.

Section Tag

The <section> tag is used to define a new section of the document. New in HTML5 but similar to the <div> tag.

<section>
    <h2>New Page Section</h2>
    <p>short excerpt.</p>
</section>

Copyright 2016 Step By Step HTML. All Rights reserved.