亚洲国产日韩欧美一区二区三区,精品亚洲国产成人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
文字

title全局屬性 包含了表示咨詢信息文本,和它屬于的元素相關(guān)。這個信息通常存在,但絕不必要,作為提示信息展示給用戶。一些典型用例:

  • 鏈接:被鏈接文檔的標(biāo)題或描述

  • 媒體元素,例如圖像:描述或關(guān)聯(lián)信息

  • 段落:腳注或者相關(guān)的評論

  • 引用:作者信息,以及其他

如果省略了這個屬性,就意味著這個元素的最近祖先的標(biāo)題仍然是相關(guān)的(并且可以用作元素的提示信息)。如果這個屬性設(shè)為空字符串,它就明確意味著,它的最近祖先的標(biāo)題是不相關(guān)的(并且不應(yīng)用于這個元素的提示信息)。

額外的語義可以附加到<link>,<abbr>,<input>和 { HTMLElement("menuitem") }} 元素的title 屬性。

title 屬性可以包含多行。每個插入的 U+000A LINE FEED(LF) 代表這樣的新航。有一些需要注意的東西,因為這意味著:

<p>Newlines in title should be taken into account,like this <abbr title="This is a
multiline title">example</abbr>.</p>

這個示例定義了兩行的標(biāo)題。

規(guī)范

規(guī)范

狀態(tài)

評論

HTML生活標(biāo)準(zhǔn)該規(guī)范中“標(biāo)題”的定義。

生活水平

最新的快照,HTML 5.1沒有變化

HTML 5.1該規(guī)范中“標(biāo)題”的定義。

建議

HTML Living Standard的快照,HTML5沒有改變

HTML5該規(guī)范中“標(biāo)題”的定義。

建議

HTML生活標(biāo)準(zhǔn)快照。從HTML 4.01規(guī)范來看,它現(xiàn)在是一個真正的全局屬性。

HTML 4.01規(guī)范該規(guī)范中'標(biāo)題'的定義。

建議

除<base>,<basefont>,<head>,<html>,<meta>,<param>,<script>和<title>外的所有元素均受支持。

瀏覽器兼容性

Feature

Chrome

Firefox (Gecko)

Internet Explorer

Opera

Safari

Basic support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Multi-line support

(Yes)

12 (12)

(Yes)

?

?

Feature

Android

Chrome for Android

Firefox Mobile (Gecko)

IE Mobile

Opera Mobile

Safari Mobile

Basic support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Multi-line support

?

?

12.0 (12)

?

?

?

上一篇: 下一篇: