Home » HTML » HTML Introduction » Question
  1. Which element is used to get highlighted text in HTML5?
    1. <mark>
    2. <u>
    3. <b>
    4. <highlight>
    5. 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.



Your comments will be displayed only after manual approval.