Use of the title attribute in an HTML document:
![]()
The title attribute is supported in all major browsers.
The title attribute specifies extra information about an element.
The information is most often shown as a tooltip text when the mouse moves over the element.
In HTML5, the title attribute can be used on any HTML element (it will validate on any HTML element. However, it is not necessarily useful).
In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
| Value | Description |
|---|---|
| text | A tooltip text for an element |
HTML Global Attributes
Your message has been sent to W3Schools.