HTML Elements — a practical guide to HTML elements with clear examples you can reuse in real projects.
HTML Tutorial Series (8/79). Prefer one article? Read the complete HTML tutorial.
Short description
Elements nest to form the document tree. Nest correctly — don’t overlap tags.
Nesting
<article>
<h2>Title</h2>
<p>Paragraph text.</p>
</article>