HTML Acronym Tag
Reference on the Acronym tag of HTML. Includes useful example, explanation, and a list of allowed attributes.
The HTML acronym element, is used to markup a shortened form of a word or phrase, which creates a new pronounceable word. I.E. WAC for Washington Administrative Code
Attributes
Standard Attributes
| Attribute: | Value: | Description: | DTD: |
| Attrs | Other Attributes | Common, Event, I18n | STF |
DTD. Defines which document type the attribute is allowed. S=Strict, T=Transitional, F=Frameset.
Example
The below shows how to shorten the pharse WAC, using acronym tags to apply the approiate semantic meaning.
<acronym title="Washington Administrative Code">WAC</acronym>