HTML標準屬性

2021-08-30 18:12:16 字數 1035 閱讀 4903

[size=small][b]核心屬性(core attributes)[/b][/size]

[color=red] 以下標籤不提供下面的屬性:base、head、html、meta、param、script、style 以及 title 元素。[/color]

[size=medium][table]

|[b]屬性[/b]| [b]值[/b]| [b]描述[/b]

|class | classname| 規定元素的類名(classname)

|id| id | 規定元素的唯一 id

|style| style_definition| 規定元素的行內樣式(inline style)

|title | text | 規定元素的額外資訊(可在工具提示中顯示)

[/table]

[/size]

[size=small][b]語言屬性[/b] (language attributes)[/size]

[color=red]以下標籤不提供下面的屬性:base、br、frame、frameset、hr、iframe、param 以及 script 元素。[/color]

[size=medium][table]

|[b]屬性[/b]| [b]值[/b]| [b]描述[/b]

|dir |ltr rtl| 設定元素中內容的文字方向。

|lang| language_code| 設定元素中內容的語言**。

|xml:lang| language_code| 設定 xhtml 文件中元素內容的語言**。

[/table][/size]

[size=small][b]鍵盤屬性 (keyboard attributes)[/b][/size]

[size=medium][table]

|[b]屬性[/b]| [b]值[/b]| [b]描述[/b]

|accesskey| character| 設定訪問元素的鍵盤快捷鍵。

|tabindex | number | 設定元素的 tab 鍵控制次序。

[/table][/size]

HTML標準屬性

下面列出了所有 html 和 xhtml 標籤支援的標準屬性,僅有少數例外。以下標籤不提供下面的屬性 base head html meta param script style 以及 title 元素。屬性值 描述class classname 規定元素的類名 classname idid 規定元...

HTML 標準屬性(三十)

html 標籤擁有屬性。每個標籤的特殊屬性均被列於每個標籤描述之下。這裡列出的屬性是通用於每個標籤的核心屬性和語言屬性 有個別例外 以下標籤不提供下面的屬性 base head html meta param script style 以及 title 元素。屬性值 描述class class ru...

HTML5 標準屬性

new html 5 中新的標準屬性。注釋 html 4.01 不再支援 accesskey 屬性 屬性值 描述accesskey character 規定訪問元素的鍵盤快捷鍵 class classname 規定元素的類名 用於規定樣式表中的類 contenteditable contextmen...