HTML Tag
##All browsers support the tag. Note: IE 6 or earlier does not support the tag.Definition and Usage been been been with us. NATO". By tagging abbreviations, you can provide useful information to browsers, spell checkers, and search engines. The
tag was originally introduced in HTML 4.0 and indicates that the text it contains is a shortened form of a longer word or phrase.Tips
Tips:You can use the global title attribute in the tag, so that when the mouse pointer moves to < ;abbr> element displays the full version of the abbreviation/abbreviation.
Example
Mark an abbreviation:<!DOCTYPE HTML> <html> <body> The <abbr title="People's Republic of China">PRC</abbr> was founded in 1949. </body> </html>
The above is the detailed content of HTML tag. For more information, please follow other related articles on the PHP Chinese website!