试一试
Beagles
I love beagles so much! Like, really, a lot. They’re adorable and
their ears are so, so snugly soft!
.logo {
background: left / cover
url("/shared-assets/images/examples/puppy-header.jpg");
display: flex;
height: 120px;
align-items: center;
justify-content: center;
font:
bold calc(1em + 2 * (100vw - 120px) / 100) "Dancing Script",
fantasy;
color: #ff0083;
text-shadow: black 2px 2px 0.2rem;
}
header > h1 {
margin-bottom: 0;
}
header > time {
font: italic 0.7rem sans-serif;
}
用法说明
当
否则,当嵌套在上述元素内时,它将失去地标状态,并表示围绕它的部分的介绍性或导航辅助内容的组。它通常包含围绕它的部分的标题(h1–h6 元素)和可选的副标题,但这 **不是** 必需的。
历史用法
至
,这使得
属性
此元素仅包含全局属性。
无障碍
当
当放置在
示例
页面标题
html
Main Page Title

结果
文章标题
html
The Planet Earth
Posted on Wednesday, by
Jane Smith
We live on a planet that's blue and green, with so many things still unseen.
结果
技术摘要
内容类别
流内容,可感知内容。
允许内容
流内容,但不包含
标签省略
无,起始标签和结束标签都必须存在。
允许父级
任何接受 流内容 的元素。请注意,
隐式 ARIA 角色
banner,或者如果它是 article、aside、main、nav 或 section 元素的后代,或者是一个具有 article、complementary、main、navigation 或 region 角色的元素,则为 generic。
允许的 ARIA 角色
group、presentation 或 none。
DOM 接口
HTMLElement
规范
规范
HTML# the-header-element
浏览器兼容性
加载中…
另见
其他与分区相关的元素:
、