当前位置: 首页 > 网络学院 > 网页制作基础教程 > HTML > HTML <abbr>标签
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.
指出有缩写的内容,比如"Inc","etc",通过标记出缩写能够给浏览器提供有用的信息,平写的检查,翻译系统或是搜索引擎的索引。
NONE
无
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.
在一些浏览器中使用titile属性可以让完整的内容在鼠标移动到缩写的内容上时显示出来
Source 代码 | Output 输出结果 |
---|---|
<abbr title="United Nations">UN</abbr> | UN |
id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
查看相应描述
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
查看相应描述
Abbreviations and acronyms
How to handle an abbreviation and an acronym.
如何处理简称以及缩写