HTML <main> 标签用于表示<body> 标签的主要内容。
<main> 标签写在 <body> 标签内。它用于准确描述页面的主要内容。
主标签的内容与文档的中心主题直接相关。
HTML <main> 是一个新标签,在 HTML5 中引入。
作者不应在一个文档中包含多个 <main> 标签。
<main> 元素不应用作 <article>、<aside>、<header>、<footer> 或 <nav> 元素的子元素。
<!DOCTYPE> <html> <body> <main> <h2>Apples</h1> <p>The apple is a red color pomaceous fruit of the apple tree. It is a very famous saying about apple. </br> "An apple in a day, keeps the Doctor away".</p> <article> <h3>Red Delicious</h3> <p>These bright red apples are the most common found in many supermarkets.</p> </article> <article> <h3>Granny Smith</h3> <p>These juicy, green apples make a great filling for apple pies.</p> </article> </main> </body> </html>
<main> 标签还支持 HTML 5 中的全局属性和事件属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<main> | Yes | No | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1