HTML Main Element — a practical guide to HTML main element with clear examples you can reuse in real projects.
HTML Tutorial Series (42/79). Prefer one article? Read the complete HTML tutorial.
Short description
Skip links often target main. One main per page.
Main
<main id="content">
<h1>Article title</h1>
<p>...</p>
</main>