1.

List out the page structure elements of HTML5?

Answer»

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


Discussion

No Comment Found