abbr
The abbr HTML element represents an abbreviation or acronym.
Syntax
HTML
<abbr attribute-name="attribute-value"></abbr>
Attributes
Name | Value | Description |
---|---|---|
title | string | Expansion of the abbreviation |
The abbr HTML element represents an abbreviation or acronym.
<abbr attribute-name="attribute-value"></abbr>
Name | Value | Description |
---|---|---|
title | string | Expansion of the abbreviation |