Text

abbr

Abbreviation tag. Used to define abbreviations, the complete word(s) of the abbreviation is specified in the title attribute. In some browsers the content of the title attribute will appear on a “tooltip” when the mouse hovers over the element. Inline element

Syntax

<abbr attributes> ... </abbr>

Example

<abbr title=”Extensible markup language”>XML</abbr>

Related tags

CSS Properties

HTML attributes

Search the Soup!