<acronym>
HTML <acronym> Tags - HTML5 Not supported
##Instance
Run instance»Click the "Run instance" button to view the online instance
<!DOCTYPE html> <html> <body> Can I get this <acronym title="as soon as possible">ASAP</acronym>? </body> </html>
Run instance»Click the "Run instance" button to view the online instance
Browser supportAll All major browsers support <acronym>.
Note: IE 5.5 or earlier IE browsers do not support the <acronym> tag.
Tag definition and usage instructionsWhat does acronym mean?
HTML5 does not support the <acronym> tag. please use <abbr> tag instead.
<acronym> tag defines acronym. If the acronym is one word, it can be pronounced, such as NATO, NASA, ASAP, GUI. By tagging only acronyms, you can provide useful information to browsers, spell checkers, translation systems, and search engine indexers.Tips and Notes
Tips:In some browsers, when you move the mouse over an acronym with the <acronym> tag When an acronym is used, the title attribute of the <acronym> tag can be used to display the full version of the acronym.
Differences between HTML 4.01 and HTML5HTML5 does not support the <acronym> tag, HTML 4.01 supports the <acronym> tag.
Standard attributesIn HTML 4.01, the <acronym> tag supports the following standard attributes:
Value | Description | |
---|---|---|
classname | Specifies the class name of the element||
rtl |
ltr | Specifies the text direction of the content in the element|
id | Specifies the uniqueness of the element id||
language_code | Specifies the language code of the content in the element||
style_definition | Specifies the inline style of the element||
text | Specifies additional information for the element||
language_code | Specifies XHTML The language code of the element content in the document
Attributes | Value | Description |
---|---|---|
onclick | script | When the mouse is clicked Execute script |
ondblclick | script | Execute script when the mouse is double-clicked |
onmousedown | script | Execute script when mouse button is pressed |
onmousemove | script | Execute script when mouse pointer moves |
onmouseout | script | Execute the script when the mouse pointer moves out of an element |
onmouseover | script | When the mouse pointer hovers over Execute the script when on an element |
onmouseup | script | Execute the script when the mouse button is released |
onkeydown | script | Execute script when the keyboard is pressed |
#script | Execute script when the keyboard is pressed and then released||
script | Execute script when the keyboard is released