HTML Abbr Tag
Reference on the abbr tag. Including its useful example, and a list of the allowed attributes.
The HTML abbr element, stands for abbreviation. And it is used to markup a shortened form of a word or phrase. I.E. LBD for Learn By Doing
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 Learn By Doing, using abbr tags to apply the approiate semantic meaning.
<abbr title="Learn By Doing">LBD</abbr>