Home » HTML » Html miscellaneous » Question
  1. How title attribute works?
    1. Zoom in and zoom out text when hovering over the element
    2. Highlight text when hovering over the element
    3. Displays text when hovering over the element
    4. Focus text when hovering over the element
    5. None of these
Correct Option: C

the title is a global attribute that displays text in a tooltip when hovered over the element. Syntax is:

<p><abbr title=”Indian Association Service”>IAS</abbr> is India’s one of the most difficult job.</p>



Your comments will be displayed only after manual approval.