tag - html
by Nirmala[ Edit ] 2010-02-09 15:30:32
<acronym> tag
The <acronym> tag defines an acronym.
An acronym can be spoken as if it were a word, example NATO, NASA, ASAP, GUI.
By marking up acronyms you can give useful information to browsers, spellcheckers, screen readers, translation systems and search-engines.
The <acronym> tag is not supported in HTML 5. Use the <abbr> tag instead.