HTML <abbr> Tag
In an HTML document, the HTML <abbr>
element specifies an abbreviation or acronym. The optional title property might give an expansion or description for the abbreviation.
If present, the title must include this entire description and nothing else.
Syntax
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
<abbr> | Yes | Yes | Yes | Yes | Yes |