<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="acronym-tag"-->
 <template>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="acronym-tag">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="about.wml#about-acronyms"/>
  </do>
  <p>
   <a href="/dictionary.wml">Acronym Dictionary</a>
   <a href="index.wml#definitions">vs.</a>
   <a href="/finder.wml">Acronym Finder</a>
  </p>
  <!-- h1 -->
  <h1>The HTML &lt;acronym&gt; Tag</h1>
  <p>The &lt;acronym&gt; tag should not be used, because it is not a valid HTML element in the <a href="http://www.HTML-5.com/">HTML 5</a> specification (see "<a href="http://wwww.w3schools.com/tags/html5_acronym.asp">&lt;acronym&gt; is not supported in HTML 5. Use &lt;abbr&gt; instead.</a>" or "<a href="http://www.w3.org/TR/html5-diff/#absent-elements">Authors are to use &lt;abbr&gt; for abbreviations.</a>" in <a href="http://www.w3.org/TR/html5-diff/#absent-elements">HTML 5 differences from HTML 4</a>). </p>
  <p>Acronyms should be enclosed by the HTML&lt;abbr&gt; tag instead. They should also be <a href="http://www.Disambiguated.com/">disambiguated</a>. The easiest way to do this is simply <a href="/terms/">find the term</a> for the <a href="/terms/">meaning of the acronym</a> in the <a href="index.wml#directory">acronym directory</a>, then click on the "get HTML code" link for that term and copy-and-paste the code provided. </p>
  <!-- h1 -->
  <h1>&lt;acronym&gt; tag vs. &lt;abbr&gt; tag support in Internet Explorer</h1>
  <p>Other sites<span class="sup">(1)</span> mention that many developers improperly use the <a href="pronunciation.wml">HTML &lt;acronym&gt; tag</a> because the &lt;abbr&gt; tag does not work in <span class="nobr">IE.</span> The code provided here does work, however. Try it - simply hover your mouse over the "HTML" acronym in the previous paragraph above. </p>
  <p>1) For example, see "ToolTips for text on the Web" at http://sob.Apotheon.org/?p=352 or <a href="http://www.Google.com/search?hl=en&amp;q=abbr+%22acronym+tag%22+%22internet+explorer%22">search for <span class="bold outlined">abbr vs. acronym tag in IE</span> in Google</a>. </p>
  <p align="left">
   <a href="about.wml#about-acronyms">Next: About</a>
   <br/>
  </p>
 </card>
</wml>
