HTML <acronym> Tag Deprecated

 

ATTENTION: THIS PAGE IS Valid HTML 5 AND IS BEST VIEWED WITH HTML 5 - Please upgrade your browser or download one of the HTML 5 compatible browsers such as Mozilla Firefox, Chrome, Opera or IE 9 (March 14, 2011 or later). For more information see HTML 5 browsers.


If you find this helpful, please click the Google +1 Button to the left, if it is white, to make it turn blue or red. Thank you! (It also helps find this page again more easily.)


PDF mobile

Avoid the Deprecated <acronym> Tag in HTML 5

The <acronym> tag should not be used in HTML 5 because it is not a valid HTML element in the HTML 5 specification.

Acronyms should be enclosed by the HTML <abbr> tag. Since some browsers, most notably IE, do not activate the tool tip to assist the user when the title attribute appears on the <abbr> tag, the abbr element with the acronym should be placed inside an a href element with the title attribute on the starting <a> tag. The easiest way to do this is simply look up the HTML code for any acronyms that you want to use in the acronym dictionary, at Acronyms .net.

If you are not sure of the proper spelling of an acronym, you can search for acronyms based on the meaning of the acronym in the Acronym Finder. then click on the "usage" link for that term and copy-and-paste the code provided.


Valid HTML 5