例
<main>
<h1>Web Browsers</h1>
<p>Google Chrome, Firefox,
and Internet Explorer are the most used browsers today.</p>
<article>
<h1>Google Chrome</h1>
<p>Google Chrome is a free, open-source web browser developed by Google,
released in 2008.</p>
</article>
<article>
<h1>Internet Explorer</h1>
<p>Internet Explorer is a
free web browser from Microsoft, released in 1995.</p>
</article>
<article>
<h1>Mozilla Firefox</h1>
<p>Firefox is a free, open-source web browser from Mozilla, released in
2004.</p>
</article>
</main>
试一试» 定义和用法
在<main>标签指定文档的主要内容。
内部的内容<main>元素应该是唯一的文档。 它不应该包含跨重复的文件,如侧栏,导航链接,版权信息,网站徽标和搜索表单的内容。
注意:不能有一个以上的<main>文档中的元素。 在<main>元素不能是的后裔<article>, <aside>, <footer>, <header>或<nav>元素。
浏览器支持
在表中的数字指定完全支持元件的第一个浏览器的版本。
元件 | |||||
---|---|---|---|---|---|
<main> | 6 | 12.0 | 4 | 5 | 11.1 |
HTML 4.01和HTML5之间的差异
在<main>标签是HTML5中的新。
全局属性
在<main>标签支持全局的HTML属性 。
事件属性
在<main>标签支持的HTML事件属性 。