Today, we'll focus on the HTML <mark>
tag, a semantically significant HTML5 element designed to highlight text for emphasis. Let's explore how to use it effectively.
The <mark>
element in HTML5 is used to highlight or emphasize specific text within a document. By default, it highlights the text with a yellow background, helping it stand out to readers.
Top comments (0)