InterviewSolution
Saved Bookmarks
| 1. |
How title attribute works?(a) Displays text when hovering over the element(b) Focus text when hovering over the element(c) Highlight text when hovering over the element(d) Zoom in and zoom out text when hovering over the elementI have been asked this question in semester exam.My query is from Common HTML5 Attributes Reference topic in division HTML and XHTML Fundamentals of HTML |
|
Answer» CORRECT option is (a) DISPLAYS TEXT when hovering over the element The explanation: the TITLE is a global ATTRIBUTE that displays text in a tooltip when hovered over the element. Syntax is: |
|