Skip to content
The HTML Herbarium

/static/herbario/en/especime/del/

Menu

HTM-017 · Edits

<del>

What was taken out from one version to the next.

It marks a real removal in the document, not text struck through for style. The cite attribute points at a page explaining the change and datetime says when it happened.

Browsers strike the run through, but screen readers usually announce nothing. When the difference matters, add a visible label or text for assistive technology only.

<p>
  Rarity:
  <del datetime="2025-06-19" cite="/revisoes/042/">common</del>
  <ins datetime="2025-06-19">uncommon</ins>
</p>
{esc(legenda)}