WHO was established in 1948.

tutorialpro.org

``` "> WHO was established in 1948.

tutorialpro.org

``` " />
Easy Tutorial
❮ Att Button Type Tag Img ❯

HTML title Attribute

HTML Global Attributes

Example

Using the title attribute in an HTML document:

<p><abbr title="World Health Organization">WHO</abbr> was established in 1948.</p>
<p title="tutorialpro.org">tutorialpro.org</p>

Browser Support

All major browsers support the title attribute.


Definition and Usage

The title attribute specifies extra information about an element.

This information is typically displayed as a tooltip text when the mouse moves over the element.


Differences Between HTML 4.01 and HTML5

In HTML5, the title attribute can be used with any HTML element (it will validate any HTML element, but may not be useful).

In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.


Syntax

Attribute Values

Value Description
text Specifies the tooltip text for the element.

❮ Att Button Type Tag Img ❯