section
The section element represents a generic section of a document or application. 4.3.3. The section element
Links about section
the section element - HTMHell
Use the section element to mark up a grouping of related content, typically introduced with a heading.
Accessibility of the section element | scottohara.me
The <section> element semantically represents a grouping of content that has an overarching theme. It is one of the HTML elements that represent sectio...
Why You Should Choose HTML5 <article> Over <section> — Smashing Magazine
In this article, Bruce Lawson explains what use we have of `` and how authors should mark up headings that are hugely important to AT users.
Tags:HTMHell - #10 <section> is no replacement for <div>
A collection of bad practices in HTML, copied from real websites.
<section>: The Generic Section element
The HTML section element represents a standalone section — which doesn’t have a more specific semantic element to represent it — contained within an HTML document.
<section>
<h2>Gallery</h2>
</section>
Explore other pages
- aria-current
Indicates the current item within a set of related elements.
- :nth-last-child()
Represents an element that has an+b-1 siblings after it in the document tree.
- article
Represents a self-contained composition in a document, page, or application.
- meter
A scalar measurement within a known range, or a fractional value.