Skip to main content

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

  1. <div> ↔ generic content divisionBlock Element to contain Flow Content w/o Semantics

  2. EmbeddedFlow Content that imports external resource into Document

  3. PhrasingFlow Content to define text & markup

  4. InteractiveFlow Content Element for user interaction

  5. HeadingFlow Content to define section's heading

  6. SectioningFlow Content to section off content & create outline for document

  7. Inline Element ↔ 🔤Element Flow Content to flow side-by-side