HTML structural element là gì?

Phrase Html

Là các phần tử (element, tag) cấu trúc nên tài liệu (document) HTML như thẻ body, thẻ main, thẻ header.

<body>

  <header>
    <!-- header content goes in here -->
  </header>

  <nav>
    <!-- navigation menu goes in here -->
  </nav>

  <section id="sidebar1">
    <!-- sidebar content goes in here -->
  </section>

  <section id="main">
    <!-- main page content goes in here -->
  </section>

  <aside>
    <!-- aside content goes in here -->
  </aside>

  <footer>
    <!-- footer content goes in here -->
  </footer>

</body>
Learning English Everyday