亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

directory search
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
characters

已廢棄

此功能已過時。雖然它可能在某些瀏覽器中仍然有效,但由于可以在任何時候刪除它,所以不鼓勵使用它。盡量避免使用它。

HTML Acronym  元素 (<acronym>)允許作者明確地聲明一個字符序列,,它們構成一個單詞的首字母縮寫或簡略語。

用法提示:. 該元素已從HTML5中移除,不應再被使用。Web開發(fā)者應使用<abbr>元素.

屬性

該元素除了global attributes, 所有其他元素的公共屬性之外沒有其他屬性.

DOM 接口

該元素實現(xiàn)了HTMLElement接口.

實現(xiàn)提示:直到 Gecko 1.9.2(包含),F(xiàn)irefox 為這個元素實現(xiàn)了HTMLSpanElement接口。

示例

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

默認樣式

盡管這個標簽的目的純粹是為了方便作者,它的默認樣式卻在各個瀏覽器中不盡相同:

  • 一些瀏覽器, 像Internet Explorer, 賦予它和 <span> 元素相同的樣式。

  • Opera, Firefox, 和 一些其他的瀏覽器在元素內(nèi)容下方添加了一條點狀的下劃線。

  • 一小部分瀏覽器不僅添加了點狀下劃線, 而且 put it in small caps; 為避免這種樣式, 可以在 CSS 中添加font-variant: none 處理這種情況。

因此強烈建議Web作者們不要依賴默認的樣式.

規(guī)范

規(guī)范

狀態(tài)

評論

HTML 4.01規(guī)范該規(guī)范中'<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)

Previous article: Next article: