Definition and Usage.
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.
Example.
<html>
<body>
Can I get this
<acronym title="as soon as possible">
ASAP
</acronym>?
</body>
</html>
Output.
Can I get this ASAP?
No response to “Use of acronym Tag.”
Post a Comment