Horje
What is HTML Layout Elements

HTML has several semantic elements that define the different parts of a web page:

  • <header> - Defines a header for a document or a section
  • <nav> - Defines a set of navigation links
  • <section> - Defines a section in a document
  • <article> - Defines an independent, self-contained content
  • <aside> - Defines content aside from the content (like a sidebar)
  • <footer> - Defines a footer for a document or a section
  • <details> - Defines additional details that the user can open and close on demand
  • <summary> - Defines a heading for the <details> element

 







Related Articles
What is HTML Layout HTML Layout
What is HTML Layout Elements HTML Layout
What is HTML Layout Techniques HTML Layout
How to create CSS Frameworks Layout HTML Layout
How to create HTML CSS Float Layout HTML Layout
How to create HTML CSS Flexbox Layout HTML Layout
How to create HTML CSS Grid Layout HTML Layout


Read Full:
HTML Layout
Category:
Web Tutorial
Sub Category:
HTML Layout
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
44


Reffered: https://www.w3schools.com/html/html_layout.asp

Share on: