Flow Content
↔ any HTMLElement
to go inside <body\>
via Normal Flow
aka Flow
Normal Flow
default way HTMLElement
arrange into Web Page
HTMLElement
Interface Object to rep Element
in HTML
each HTMLElement child Element type can have unique properties & attributes, which needs to be represented in the DOM
Heading
Flow Content to define section's heading
Phrasing
Flow Content to define text & markup
Interactive
Flow Content Element for user interaction
Embedded
Flow Content that imports external resource into Document
Sectioning
Flow Content to section off content & create outline for document
HTML Attribute
props for HTMLElement
References
<div>
↔ generic content divisionBlock Element to contain Flow Content w/o SemanticsEmbedded
↔ Flow Content that imports external resource intoDocument
Phrasing
↔ Flow Content to define text & markupInteractive
↔ Flow Content Element for user interactionHeading
↔ Flow Content to define section's headingSectioning
↔ Flow Content to section off content & create outline for documentInline Element
↔ 🔤Element Flow Content to flow side-by-side