目录 搜索
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
文字

已废弃

此功能已过时。虽然它可能在某些浏览器中仍然有效,但由于可以在任何时候删除它,所以不鼓励使用它。尽量避免使用它。

HTML Acronym  元素 (<acronym>)允许作者明确地声明一个字符序列,,它们构成一个单词的首字母缩写或简略语。

用法提示:. 该元素已从HTML5中移除,不应再被使用。Web开发者应使用<abbr>元素.

属性

该元素除了global attributes, 所有其他元素的公共属性之外没有其他属性.

DOM 接口

该元素实现了HTMLElement接口.

实现提示:直到 Gecko 1.9.2(包含),Firefox 为这个元素实现了HTMLSpanElement接口。

示例

<p>The <acronym title="World Wide Web">WWW</acronym> is only a component of the Internet.</p>

默认样式

尽管这个标签的目的纯粹是为了方便作者,它的默认样式却在各个浏览器中不尽相同:

  • 一些浏览器, 像Internet Explorer, 赋予它和 <span> 元素相同的样式。

  • Opera, Firefox, 和 一些其他的浏览器在元素内容下方添加了一条点状的下划线。

  • 一小部分浏览器不仅添加了点状下划线, 而且 put it in small caps; 为避免这种样式, 可以在 CSS 中添加font-variant: none 处理这种情况。

因此强烈建议Web作者们不要依赖默认的样式.

规范

规范

状态

评论

HTML 4.01规范该规范中'<acronym>'的定义。

建议


浏览器兼容性

Feature

Chrome

Edge

Firefox

Internet Explorer

Opera

Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Feature

Android

Chrome for Android

Edge mobile

Firefox for Android

IE mobile

Opera Android

iOS Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

上一篇: 下一篇: