HTML <acronym> tag
Usage
Indicates an acronym. You can use the title attribute to specify the full word. In some browsers the title attribute will be displayed when the user hovers their mouse over the acronym.
Example
Code:
<acronym title="Public Limited Company">PLC</acronym>
Output:
PLC (try hovering your mouse over the acronym)
Required Attributes
- none
Optional Attributes
- none