HTML/Elemente/section
Aus SELFHTML-Wiki
Das section-Element enthält laut Spezifikation eine thematische Gruppierung von Inhalten typischerweise mit einer Überschrift.
- Syntax
- Start-Tag: notwendig
- End-Tag: notwendig
- WAI‑ARIA‑Rolle
-
-
region
(Details)
-
- Elternelemente
- Darf vorkommen in:
- Elementen mit flow content
- aber nicht in address
- erlaubte Inhalte
-
- flow content
Beispiel
<section>
<h2>Überschrift</h2>
<p>Inhalt</p>
</section>
Siehe auch
- HTML/Tutorials/Seitenstrukturierung
- SELFHTML-Blog: mehrteilige HTML5-Serie
Weblinks
W3C: The section element