简体   繁体   中英

Does main tag go before or after h1 heading

关于ARIA,标题似乎应该放在特定网页的主要标签和焦点内容之前,或者主要标签应该在标题之前?

The < main > tag specifies the main content of a document.

The content inside the element should be unique to the document. It should not contain any content that is repeated across documents such as sidebars, navigation links, copyright information, site logos, and search forms. w3schools main tag

I guess the heading is repeated content, so put that before the < main > tag.

Yet your title states before or after < h1 > heading , it all depends on the value of < h1 > (does it get repeated or not? )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM