-
How title attribute works?
-
- Zoom in and zoom out text when hovering over the element
- Highlight text when hovering over the element
- Displays text when hovering over the element
- Focus text when hovering over the element
- 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>