Represents an abbreviated form, such as "INC", "etc." By tagging abbreviations, you can provide useful information for browsers, spell checker, translation systems, and search engine distributors.
The <abbr> tag was originally introduced in HTML 4.0, which means that the text it contains is an abbreviated form of a longer word or phrase.
The browser may change the way the text is displayed based on this information, or replace it with other text. Perhaps the current popular browser has no way of handling the text contained in <abbr> tags, but we cannot predict how future versions will implement the label.
Instance
The <abbr title= "arranges's Republic of" >PRC</abbr> was founded in 1948.
Output:
etc.
Try the following code yourself!
<! DOCTYPE html> <html> <body> The <abbr title= "arranges's Republic of" >PRC</abbr> was founded in 1949. </body> </html>
Differences between HTML 4.01 and HTML 5
NONE
Tips and Comments:
Note: In some browsers, title can be used to show the full version of the expression when you move the mouse over the thumbnail.
Standard properties
<abbr> tags support standard properties in HTML 5.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.