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

目錄 搜尋
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
文字

已廢棄

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

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

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

屬性

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

DOM 接口

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

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

示例

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

默認(rèn)樣式

盡管這個(gè)標(biāo)簽的目的純粹是為了方便作者,它的默認(rèn)樣式卻在各個(gè)瀏覽器中不盡相同:

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

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

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

因此強(qiáng)烈建議Web作者們不要依賴默認(rèn)的樣式.

規(guī)范

規(guī)范

狀態(tài)

評(píng)論

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)

上一篇: 下一篇: