You are here : htmlHTML 5mark

<mark> - HTML 5

The <mark> tag defines marked text.

Use the <mark> tag if you want to highlight parts of your text.


Syntax

    <p>Do not forget to buy <mark>milk</mark> today.</p>


Example

    <p>Do not forget to buy <mark>milk</mark> today.</p>


Output / Return Value


Limitations


Alternatives / See Also


Reference