©
Dieses Dokument verwendetPHP-Handbuch für chinesische WebsitesFreigeben
HTML Section 元素表示包含在HTML文件中的功能性的独立的部分,通常具有一个标题,它不必代表它的更具体的语义单元。
举个例子,导航菜单应该包装在一个元素中,但是一个搜索结果列表和一个地图显示及其控件没有具体的元素,可以放在一个
。
内容类别 |
Flow content, Sectioning content, palpable content. |
---|---|
允许的内容 |
Flow content. |
标记遗漏 |
没有,起始和结束标签都是强制性的。 |
允许父母 |
任何接受 Flow content 的元素。请注意, |
允许ARIA角色 |
alert, alertdialog, application, banner, complementary, contentinfo, dialog, document, feed, log, main, marquee, navigation, search, status, tabpanel |
DOM界面 |
HTML元素 |
这个元素只包含全局属性。
每一个都应该被识别出来,通常包括一个标题(
-
元素)作为元素的一个子
元素。
如果单独联合一个元素的内容是有意义的,请改用一个
元素。
不要将该元素用作通用容器; 这是为什么
Heading
Bunch of awesome content
Heading
Bunch of awesome content
Heading
Heading
Specification |
Status |
Comments |
---|---|---|
HTML Living StandardThe definition of ' |
Living Standard |
|
HTML 5.1The definition of ' |
Recommendation |
|
HTML5The definition of ' |
Recommendation |
|
Feature |
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
---|---|---|---|---|---|---|
Basic Support |
5 |
(Yes) |
4 |
9 |
11.1 |
4.1 |
Feature |
Android |
Chrome for Android |
Edge mobile |
Firefox for Android |
IE mobile |
Opera Android |
iOS Safari |
---|---|---|---|---|---|---|---|
Basic Support |
(Yes) |
(Yes) |
(Yes) |
4 |
9 |
11 |
4.2 |