HTML/Elemente/section

Aus SELFHTML-Wiki
< HTML‎ | Elemente(Weitergeleitet von Section)
Wechseln zu: Navigation, Suche

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
Elternelemente
Darf vorkommen in:
erlaubte Inhalte
  • flow content
Beispiel
<section>
    <h2>Überschrift</h2>
    <p>Inhalt</p>
</section>
 



Siehe auch

Weblinks

W3C: The section element