国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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 電報文本元素 (<tt>) 產(chǎn)生一個內(nèi)聯(lián)元素,使用瀏覽器內(nèi)置的 monotype 字體展示。這個元素用于給文本排版,使其等寬展示,就像電報那樣。使用 <code>元素來展示等寬文本可能更加普遍。

這個元素已廢棄。使用更加適當?shù)脑?,例如帶?nbsp;CSS 的<code>或者<span>來代替。

屬性

這個元素除了全局屬性之外,沒有其它屬性,所有元素都一樣。

DOM接口

這個元素實現(xiàn)了HTMLElement接口。

實現(xiàn)注解: Gecko 1.9.2(包含)之前, Firefox 為這個元素實現(xiàn)了 HTMLSpanElement接口。

示例

<p>Enter the following at the telnet command prompt: <code>set localecho</code><br />The telnet client should display: <tt>Local Echo is on</tt></p>

結(jié)果

在telnet命令提示符處輸入以下內(nèi)容: set localecho

telnet客戶端會顯示: Local Echo is on

  • CSS 規(guī)范可以為 tt 選擇器定義,來覆蓋瀏覽器的默認字體。用于設(shè)置的偏好可能優(yōu)先于指定的 CSS。

  • 雖然這個元素沒有在 HTML 4.01 規(guī)范中廢棄,為了支持樣式表,不建議使用它。

瀏覽器兼容性

Feature

Chrome

Edge

Firefox

Internet Explorer

Opera

Safari

Basic Support

(Yes)

(Yes)

(Yes)1

(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)1

(Yes)

(Yes)

(Yes)

Previous article: Next article: