HTML abbr tag
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML <abbr> Tag


Example

An abbreviation is marked up as follows:

The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.
Try it Yourself »

Definition and Usage

The <abbr> tag defines an abbreviation or an acronym, like "Mr.", "Dec.", "ASAP", "ATM".

Tip: An abbreviation and an acronym are both shortened versions of something else. Both are often represented as a series of letters.

Marking up abbreviations can give useful information to browsers, translation systems and search-engines.


Browser Support

Element
<abbr> Yes Yes Yes Yes Yes

Tips and Notes

Tip: The global title attribute can be used in the <abbr> tag to show the full version of the abbreviation/acronym when you mouse over the <abbr> element.


Differences Between HTML 4.01 and HTML5

NONE.


Global Attributes

The <abbr> tag also supports the Global Attributes in HTML.


Event Attributes

The <abbr> tag also supports the Event Attributes in HTML.


Related Pages

HTML DOM reference: Abbreviation Object


Default CSS Settings

None.