Back to TIL
April 2025
posted on 04.05.2025

The Mark Text element

The <mark> HTML element represents marked or highlighted text.

<span><mark>Peter</mark> Mekhaeil</span>

Can be styled:

mark {
  background-color: yellow;
  color: black;
}
No reactions yet

in Naperville, IL
Last visitor from Mitaka, Japan