HTML <abbr> tag
Definition and Usage
Indicates an abbreviated form, like "Inc.", "etc.". By marking up
abbreviations you can give useful information to browsers, spell checkers, translation systems and search-engine indexers.
Differences Between HTML and XHTML
NONE
Tips and Notes
Tip: In some browsers the title attribute can be used to show the
full version of the expression when you are holding the mouse over the abbreviation.
Example
| Source |
Output |
| <abbr title="et cetera">etc.</abbr> |
etc. |
Standard Attributes
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Event Attributes
| onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
Try-It-Yourself Demos
Abbreviations and
acronyms
How to handle an abbreviation and an acronym.
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
|
|