<abbr>
HTML <abbr> Element Reference
The HTML <abbr> element marks an abbreviation or acronym and can provide its expanded form through the title attribute.
Categories
- Text-level semantics
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical abbr element example.
<abbr title="Cascading Style Sheets">CSS</abbr>