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;
}
The <mark> HTML element represents marked or highlighted text.
<span><mark>Peter</mark> Mekhaeil</span>
Can be styled:
mark {
background-color: yellow;
color: black;
}