HTML Tag
##All major browsers support the tag.Note: IE 5.5 or earlier IE browsers do not support the tag. (Recommended learning: html tutorial)
Definition and usage
The tag is not supported in HTML5. Please use the tag instead.Tag definition acronym.
Abbreviations can be read aloud as words, such as NATO, NASA, ASAP, GUI.
By tagging abbreviations, you can provide useful information to browsers, spell checkers, and search engines.
Tip
Tip: The title attribute can be used to display the full version of an abbreviation when the mouse pointer is moved over the element.
Differences between HTML 4.01 and HTML5
The tag is not supported in HTML5, but is supported in HTML 4.01.Example
Mark an acronym:<html> <body> <acronym title="World Wide Web">WWW</acronym> </body> </html>
The above is the detailed content of What is the use of HTML tag?. For more information, please follow other related articles on the PHP Chinese website!