<p>The <strong class=html>ACRONYM</strong> element is used to markup <em>acronyms</em>. The <strong class=html><a href="../attrs.html#title">TITLE</a></strong> attribute is useful in conjunction with <strong class=html>ACRONYM</strong> to give the long form of the acronym, allowing visual browsers to provide the long form as a "tooltip". Examples:</p>
<li><code class=html><ACRONYM TITLE="radio detecting and ranging">radar</ACRONYM></code></li>
<li><code class=html><ABBR TITLE="Federal Bureau of Investigation">FBI</ABBR></code></li>
</ul>
<p>Unlike other kinds of <a href="abbr.html">abbreviations</a>, acronyms are pronounceable words, though in some cases the pronunciation is strictly a presentation issue. For example, "<abbr class=initialism title="Structured Query Language">SQL</abbr>" and "<abbr class=initialism title="Uniform Resource Locator">URL</abbr>" are pronounced as words by some people and pronounced letter-by-letter by others. In such cases, authors should use the <strong class=html><a href="abbr.html">ABBR</a></strong> element, possibly with a style sheet rule specifying the pronunciation for aural rendering.</p>
<h2>More Information</h2>
<ul>
<li><a href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-ACRONYM">ACRONYM in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá4.0 Recommendation</a></li>
</ul>
<div class=footer>
<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>