How to define marked/highlighted text using HTML? (original) (raw)
Last Updated : 1 Jul, 2024
To define highlighted or marked text in HTML5, the tag is employed. It effectively highlights specific text within a paragraph, offering a straightforward way to visually emphasize content. Introduced in HTML5, the `` tag enhances readability and focus within web content.
**Syntax:
Contents...
**Examples: The example below shows how to define marked/highlighted text using HTML5 using element.
html `
HTML mark Tag
GeeksforGeeks: It is a computer science portal for geeks
`
**Output:
