Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML <abbr> tags


May 04, 2021 HTML Reference Manual


Table of contents


HTML slt;abbr> tags

The label represents an abbreviation.

The label was originally introduced in HTML 4.0, indicating that the text it contains is an abbreviated form of a longer word or phrase.

The marked abbreviations are as follows:

The < abbr title = " World Health Organization " > WHO </ abbr > was founded in 1948.

Try it out . . .

Browser support

HTML <abbr> tags HTML <abbr> tags HTML <abbr> tags HTML <abbr> tags HTML <abbr> tags

All major browsers support the hashtags.

Note: IE 6 or earlier versions of IE browsers do not support the label.


Label definition and instructions for use

The label is used to represent an acronym or acronym, such as "WWW" or "NATO".

By tagging abbreviated words, you can provide useful information for browsers, spell checkers, translation systems, and search engine scalers.


Tips and comments

Tip: In some browsers, when you move your mouse over an abbreviation/acronym with a label, the title property of the label can be used to display the full version of the abbreviation/acronym.


The difference between HTML 4.01 and HTML5

No.


Global properties

The label supports the global properties of HTML.


The event property

The tag supports the event properties of HTML.