<!doctype html>
<html lang="en">
<head>…</head>
<body>
<header class="hd">…</header>
<nav class="mn" aria-label="Main navigation">…</nav>
<main class="ct">
<section id="slug">…</section>
</main>
<footer class="ft">…</footer>
</body>
</html>Native HTML core
A short convention,
a predictable document.
4Strict & 5Royals rests on four core areas and at least one identified section.
| Area | Element | Role |
|---|---|---|
.hd | header | Identity and document introduction |
.mn | nav | Main navigation |
.ct | main | Page-specific content |
#slug | section | A single functional context |
.ft | footer | Metadata and conclusion |
5Royals rule
Direct children of main.ct are sections. Every page has at least one section with a stable, readable identifier.