HTML title Attribute
HTML Standard Attributes
Example
Use of the title attribute in an HTML document:
<abbr title="World Health Organization">WHO</abbr> was founded in 1948.
<p title="Free Web tutorials">W3Schools.com</p> |
Try it yourself »
|
Definition and Usage
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.
Tip: The title attribute is often used with form and a elements, to provide information about input
formats and link destinations. It is also a required attribute for the abbr and acronym elements.
Support
W3C: The "W3C" column indicates whether or not the attribute is defined in the W3C HTML/XHTML recommendation.
| IE |
Firefox |
Opera |
Safari |
W3C |
| YES |
YES |
YES |
YES |
YES |
Syntax
Attribute Values
| Value |
Description |
| text |
A tooltip text for an element |
HTML Standard Attributes

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
New features in Version 2010!
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator, taxonomy editor, taxonomy wizard
- Support for Office Open XML (OOXML)
- Graphical WSDL 1.1/2.0 editor & SOAP debugger
- JSON editing & conversion
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|