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:
AttrsOther AttributesCommon, Event, I18nSTF

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>

Post comment

Links that you insert are not nofollowed, but will be removed by admins if they are considered spam.

[url=Absolute URL for page]TITLE[/url]

You should insert code boxes around code examples, which will be automatically syntax highlighted.

[code1 html|css|javascript|php|sql]Your Code Here[/code1]

You may want to read our Privacy Policy before submitting your comment.