|
AbbrElement
The abbr element represents an abbreviation or acronym.
You are here: Home > HTML Reference > Elements > abbr element UsageThe title attribute should be used to provide an expansion of the abbreviation. If present, the attribute must only contain an expansion of the abbreviation. Much virtual ink has been spilled debating the difference between acronyms (using the <acronym> element) and abbreviations (using the <abbr> element). In theory, abbreviations are spelled out letter by letter (so "HTTP" is pronounced "H, T, T, P") while acronyms are pronounced as words (so "ASCII" is pronounced "as-kee"). In practice, neither authors nor user agents got the distinction right, and the <acronym> element was simply dropped in HTML 5. Browser compatibility
Further reading |
Sign in to add a comment