Name
main
Type
Stuctural Element
Tag
Two-sided tag
Block/Inline
block
Definition
represents the main content section of the body of a document or application
Book Page
Example
<main>content</main>
W3C
Main Reference
W3C Detail
One main element per page; not required. It shouldn’t be placed within an <article>, <aside>, <header>, <footer>, or <nav> element

Return to Web Design Elements