亚洲国产日韩欧美一区二区三区,精品亚洲国产成人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<hr> 元素表示段落級元素之間的主題轉(zhuǎn)換(例如,一個故事中的場景的改變,或一個章節(jié)的主題的改變)。在HTML的早期版本中,它是一個水平線?,F(xiàn)在它仍能在可視化瀏覽器中表現(xiàn)為水平線,但目前被定義為語義上的,而不是表現(xiàn)層面上。

內(nèi)容類別

沒有。

允許的內(nèi)容

一個<head>元素,后面跟著一個<body>元素。

標(biāo)記遺漏

如果<html>元素中的第一個內(nèi)容不是注釋,則可以省略開始標(biāo)記。如果<html>元素后面沒有注釋,則可以省略結(jié)束標(biāo)簽,并且包含<body>元素,該元素不是空的或者其開始標(biāo)簽存在。

允許的父母

作為文檔的根元素,或復(fù)合文檔中允許使用子文檔片段的位置。

允許ARIA角色

沒有

DOM界面

HTML HTML元素

特性

該元素包含全局屬性

align設(shè)置對齊方式. 如果沒有值, 默認值為 left。

color使用顏色名或十六進制設(shè)置顏色。

noshade去除陰影。

size使用像素設(shè)置高度。

width使用像素或者百分比設(shè)置寬度。

示例

<!DOCTYPE html><html>  <head>...</head>  <body>...</body></html>

規(guī)范

規(guī)范

狀態(tài)

評論

HTML生活標(biāo)準(zhǔn)該規(guī)范中'<html>'的定義。

生活水平


HTML5該規(guī)范中'<html>'的定義。

建議

增加了對清單屬性的支持(稍后會棄用)。版本屬性已過時

HTML 4.01規(guī)范該規(guī)范中'<html>'的定義。

建議

已棄用版本屬性

瀏覽器兼容性

Feature

Chrome

Edge

Firefox

Internet Explorer

Opera

Safari

Basic Support

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

manifest

(Yes)

(Yes)

3.0

(Yes)

(Yes)

(Yes)

version

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

xmlns

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

manifest

(Yes)

(Yes)

(Yes)

1.0

(Yes)

(Yes)

(Yes)

version

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

xmlns

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

(Yes)

Previous article: Next article: