<ACRONYM>NN n/a   IE 4   HTML 4
<ACRONYM>...</ACRONYM>End Tag: Required
 

The ACRONYM element provides an encapsulation and enumeration mechanism for acronyms that appear in the body text. For example, consider a web page that includes a discussion of international trade issues. At one point in the document, the acronym GATT is used for General Agreement on Tariffs and Trade. A spelling checker, language translation program, or speech synthesizer might choke on this acronym; a search engine would not include the word "tariffs" in its relevancy rating calculation. But by turning the GATT text into an ACRONYM element (and assigning a TITLE attribute to it), you can provide a full-text equivalent that a search engine (if so equipped) can count; a text-to-speech program would read aloud the full meaning of the acronym. Like many elements new in HTML 4.0, this one is intended to assist browser technologies that may not yet be implemented but could find their way to products of the future.

A related element, ABBR, offers the same services for words that are abbreviations. Both elements are part of a larger group of what the HTML 4.0 recommendation calls phrase elements.

 
Example
<ACRONYM TITLE="General Agreement on Tariffs and Trade">GATT</ACRONYM>
<ACRONYM LANG="it" TITLE="Stati Uniti">S.U.</ACRONYM>
 
Object Model Reference
IE [window.]document.all.elementID
TITLENN n/a   IE 4   HTML 4
TITLE="advisoryText"Optional
 

An advisory description of the element. For the ACRONYM element, it plays a vital role in providing a hidden full-text description of the acronym rendered in the document.

 
Example
<ACRONYM TITLE="United States of America">U.S.A.</ACRONYM>
 
Value
Any string of characters. The string must be inside a matching pair of (single or double) quotation marks.
 
Default None.
 
Object Model Reference
IE [window.]document.all.elementID.title
Hosted by uCoz