Skip to content
The HTML Herbarium

/static/herbario/en/

Menu

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.

Open the index See the live fields Why like this

Drawers

The eight sections of the specification these specimens were collected from.

The whole drawer

  1. HTM-001 <address> How to reach whoever signs the text — and nothing else. Sections forgotten
  2. HTM-002 <hgroup> A heading and its subtitle tied into a single block. Sections forgotten
  3. HTM-003 <dl> Name and value pairs: glossaries, spec sheets, metadata. Grouping common
  4. HTM-004 <figure> Content that can move without breaking the text around it. Grouping common
  5. HTM-005 <search> The page's search region, with no role="search" by hand. Grouping forgotten
  6. HTM-006 <abbr> An abbreviation, with the expansion kept in the title attribute. Text uncommon
  7. HTM-007 <bdi> Isolates a run so its direction does not contaminate the sentence. Text forgotten
  8. HTM-008 <data> The machine-readable twin of content written for people. Text forgotten
  9. HTM-009 <kbd> A key, a gesture or a command typed by the person using it. Text uncommon
  10. HTM-010 <mark> Relevance marked by the reader, not emphasis from the writer. Text uncommon
  11. HTM-011 <ruby> Phonetic annotations above the text, like Japanese furigana. Text forgotten
  12. HTM-012 <samp> Output from a program or system, quoted inside the text. Text forgotten
  13. HTM-013 <small> Fine print: caveats, credits, legal notices. Text common
  14. HTM-014 <time> A date or time the machine can read too. Text common
  15. HTM-015 <var> A variable: unknown, parameter, placeholder. Text forgotten
  16. HTM-016 <wbr> The line may break here, if it needs to. Text forgotten
  17. HTM-017 <del> What was taken out from one version to the next. Edits uncommon
  18. HTM-018 <ins> What was added from one version to the next. Edits uncommon
  19. HTM-019 <map> Clickable regions drawn over an image. Embedded forgotten
  20. HTM-020 <picture> Several image sources; the browser picks one. Embedded common
  21. HTM-021 <datalist> Suggestions for a field that still accepts anything. Forms uncommon
  22. HTM-022 <fieldset> A group of fields under one shared question. Forms common
  23. HTM-023 <meter> A measurement within a known range — not progress. Forms forgotten
  24. HTM-024 <optgroup> Headings that divide a long list of options. Forms uncommon
  25. HTM-025 <output> The result of a calculation made from the other fields. Forms forgotten
  26. HTM-026 <progress> How much is left before a task finishes. Forms uncommon
  27. HTM-027 <details> A block that opens and closes without a line of JavaScript. Interactive common
  28. HTM-028 <dialog> A modal box with its own focus, layer and backdrop. Interactive uncommon
  29. HTM-029 <noscript> The content that appears when there is no JavaScript. Scripting forgotten
  30. HTM-030 <template> Markup kept aside, inert, waiting to be copied. Scripting uncommon