<header>: phần giới thiệu/navigation của trang hoặc section (có thể dùng nhiều lần). <footer>: thông tin cuối trang (copyright, liên hệ, links). <nav>: navigation links chính — screen readers cho phép nhảy thẳng đến đây. <main>: nội dung chính, duy nhất 1 per page, screen readers có thể nhảy thẳng đến <main> (skip navigation). <aside>: nội dung liên quan gián tiếp (sidebar, related posts, ads).
Lưu ý: <header> và <footer> không nhất thiết chỉ dùng ở top/bottom trang — mỗi <article> cũng có thể có header riêng.
<header>: introductory content or navigation for a page or section (can be used multiple times). <footer>: bottom of page info (copyright, contact, links). <nav>: primary navigation links — screen readers can jump directly here. <main>: primary page content, only one per page — screen readers can skip/jump directly to <main> (skip navigation). <aside>: indirectly related content (sidebar, related posts, ads).
Note: <header> and <footer> aren't limited to top/bottom of page — each <article> can have its own header.