-
Which element is used to get highlighted text in HTML5?
-
- <mark>
- <u>
- <b>
- <highlight>
- None of these
Correct Option: A
The <mark> element is used to highlight a section of text. It is useful for quoting a text or if one wants to bring attention to the text. The <b> tag is used to make text/paragraph bold. <u> tag is used to underline the text you wanted.