SyntaxStudy
Sign Up

<mark>

tag HTML5

Represents text marked or highlighted for reference purposes, like a highlighter pen.

Syntax

<mark> ... </mark>

Example

html
<p>Search results for "HTML":</p>
<p>Learn <mark>HTML</mark> from scratch. <mark>HTML</mark> is the foundation of the web.</p>