Living collection · HTM-001 to HTM-030
Thirty elements HTML already ships, pressed one page each.
Every record, every filter, every sort order and even the menu on this site are separate HTML pages joined by links. The browser handles the rest.
Drawers
The eight sections of the specification these specimens were collected from.
The whole drawer
- HTM-001 <address> How to reach whoever signs the text — and nothing else. Sections forgotten
- HTM-002 <hgroup> A heading and its subtitle tied into a single block. Sections forgotten
- HTM-003 <dl> Name and value pairs: glossaries, spec sheets, metadata. Grouping common
- HTM-004 <figure> Content that can move without breaking the text around it. Grouping common
- HTM-005 <search> The page's search region, with no role="search" by hand. Grouping forgotten
- HTM-006 <abbr> An abbreviation, with the expansion kept in the title attribute. Text uncommon
- HTM-007 <bdi> Isolates a run so its direction does not contaminate the sentence. Text forgotten
- HTM-008 <data> The machine-readable twin of content written for people. Text forgotten
- HTM-009 <kbd> A key, a gesture or a command typed by the person using it. Text uncommon
- HTM-010 <mark> Relevance marked by the reader, not emphasis from the writer. Text uncommon
- HTM-011 <ruby> Phonetic annotations above the text, like Japanese furigana. Text forgotten
- HTM-012 <samp> Output from a program or system, quoted inside the text. Text forgotten
- HTM-013 <small> Fine print: caveats, credits, legal notices. Text common
- HTM-014 <time> A date or time the machine can read too. Text common
- HTM-015 <var> A variable: unknown, parameter, placeholder. Text forgotten
- HTM-016 <wbr> The line may break here, if it needs to. Text forgotten
- HTM-017 <del> What was taken out from one version to the next. Edits uncommon
- HTM-018 <ins> What was added from one version to the next. Edits uncommon
- HTM-019 <map> Clickable regions drawn over an image. Embedded forgotten
- HTM-020 <picture> Several image sources; the browser picks one. Embedded common
- HTM-021 <datalist> Suggestions for a field that still accepts anything. Forms uncommon
- HTM-022 <fieldset> A group of fields under one shared question. Forms common
- HTM-023 <meter> A measurement within a known range — not progress. Forms forgotten
- HTM-024 <optgroup> Headings that divide a long list of options. Forms uncommon
- HTM-025 <output> The result of a calculation made from the other fields. Forms forgotten
- HTM-026 <progress> How much is left before a task finishes. Forms uncommon
- HTM-027 <details> A block that opens and closes without a line of JavaScript. Interactive common
- HTM-028 <dialog> A modal box with its own focus, layer and backdrop. Interactive uncommon
- HTM-029 <noscript> The content that appears when there is no JavaScript. Scripting forgotten
- HTM-030 <template> Markup kept aside, inert, waiting to be copied. Scripting uncommon