What is the new Structural Elements in HTML5?
HTML5 has introduced the following structural elements for defining different parts of a web page:
- <header>: Represents HTML's header data
- <footer>: Footer of the page
- <nav>: Represents page's navigation elements
- <article>: Content that is self-contained
- <section>: Defines sections or groups content into sections
- <aside>: Refers to side bar contents
BY Best Interview Question ON 12 Mar 2020