Add Site or Add Page to Favorites
 

 HTML <abbr> Tag 

Clarify the meaning of the acronyms on your web site.

Acronym Dictionary

Acronym Finder

Get information on your favorite TV Shows at TV Series .com

Social Networking Web Sites


Printer-friendly PDF* format:

HTML <abbr> Tag

The <abbr> Tag

The <abbr> tag in HTML 5

Converting to HTML 5

We are working on converting to HTML 5. Please visit HTML <abbr> Tag on the HTML 5 standard version of this site.

<abbr> Tag Syntax

Syntax of the <abbr> tag

Attributes of the <abbr> Tag

Attributes of the <abbr> tag

title attribute
The title attribute may be coded with the expanded meaning of the acronym or abbreviation in the content of the <abbr> tag. However, browsers tend to ignore the title attribute of the <abbr> tag. To have the browser pop up tool tips with the meaning of acronyms and abbreviations wrap the <abbr> tags inside <a> tags with title attributes instead, as described by Acronyms .net.
Unlike the common attribute of the same name, the title attribute of the <dfn> tag does not inherit its value from an ancestor tag.
common attributes
In addition to the attributes above, which are specific to the <abbr> tag, any of the common HTML attributes can also be used.
HTML 5 Examples

Examples of the abbr tag in HTML 5

                                 
                                 

Examples with <dfn>, where an acronym or its meaning is being defined

When an acronym or abbreviation is associated with a definition, it could be either the abbreviated form or its expanded meaning that is being defined. The term being defined is identified by the value of the title attribute of the <dfn> tag.

When an abbreviation is a short form of the actual term being defined, a parent <dfn> tag will also assume the value of the <abbr>'s title attribute, which indicates the term that is being defined is the fully expanded meaning:

                                 <dfn><abbr title="Internet Corporation for Assigned Names and Numbers">ICANN</abbr></dfn>
                                 
is the international organization which helps ensure that Internet domain names are assigned in an orderly manner.

When an acronym's meaning is being clarified by expanding it, then it is the acronym itself that is being defined and the title attribute of the parent <dfn> tag also needs to be coded to indicate it is not the expanded meaning in the <abbr>'s title but the acronym or abbreviation itself that is being defined:

                                 When we use the acronym <dfn title="RSS"><abbr title="Really Simple Syndication">RSS</abbr></dfn>
                                 
it is the abbreviation for <b>Really Simple Syndication</b>, not RDF Site Summary.
Changes in HTML 5

What's new in HTML 5

Differences between HTML 5 and earlier versions

<abbr> should be used instead of <acronym> since the acronym tag has been deprecated.

Last updated Sunday September 19, 2010

You are currently viewing this page in HTML 5 non-XML* format (* see Clicklets for more infomation). This document is also available in XHTML 1 Style Sheet*XHTML 1* XML*HTML 5 Style Sheet*HTML 5 XML*HTML 4* XHTML Mobile* WML Mobile* and printer-friendly PDF* formats. This is accomplished with Single Source Publishing, a content management system that uses templates in XSLT style sheets provided by XML Styles .com to transform the source content for various content delivery channels. There is also RDF* metadata that describes the content of this document.


Copyright © 2010 Accilent® Corp. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.

DISCLAIMER: All information, links, forms, applications and other items on this site or obtained from it are provided AS IS, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.