Here is a list of page structure in HTML 5:
  • <header> - Used to define header for a document or a section
  • <nav> - Used to define container for navigation links
  • <section> - Used to define a section inside a document
  • <article> - Used to tag an independent self-contained article
  • <aside> - Defines the content separately (just like a sidebar)
  • <footer> - Used for tagging a footer inside a document or a section
  • <details> - Usd to define any additional details
  • <summary> - Used to define a heading inside the <details> element
BY Best Interview Question ON 11 Apr 2020