例
<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事件屬性 。