Tags Reference
Defines an abbreviation
HTML is a markup language to define a web page.
The <abbr> tag describes an abbreviated phrase. By marking up abbreviations you can give useful information to browsers, spellcheckers, screen readers, translation systems and search-engines.
<abbr> Example
<abbr title="HyperText Markup Language">HTML</abbr> is a markup language to define a web page.