Skip to main content

Block Element โ†” ๐Ÿ“ฆ Element to stack as blocks (default) & fill width of HTML

<aside\>โ€‹

AsideBlock Element to contain content indirectly related to <main\> <article\>

<blockquote\>โ€‹

Block Quotation Block Element to enclose text with indented grey box with quotation marks

<details>โ€‹

DetailsBlock Element for togglable disclosure widget to embed <summary\>

<div>โ€‹

generic content divisionBlock Element to contain Flow Content w/o Semantics

<dl>โ€‹

Definition/Description List Block Element to group list of <dd\>/<dt\> terms

<figure>โ€‹

FigureBlock Element to embed figure as <img\> along with <figcaption\>

<hr\>โ€‹

Horizontal Rule Block Element to add thematic break between paragraphs

<li>โ€‹

List Item Block Element to rep individual item in list (<ol\>, <ul\> or <menu\>)

<ol>โ€‹

Ordered List Block Element to contain <li\> as number list

<p\>โ€‹

Paragraph Block Element to display block of text

<table>โ€‹

TableBlock Element container to embed tabulated data

<ul>โ€‹

Unordered List Block Element to embed <li\> (default display bullet points)

Referencesโ€‹

  1. <p\> โ†” Paragraph Block Element to display block of text

  2. <blockquote\> โ†” Block Quotation Block Element to enclose text with indented grey box with quotation marks

  3. <details> โ†” DetailsBlock Element for togglable disclosure widget to embed <summary\>

  4. <h1\>...<h6\> โ†” Section Heading Block Element to rep 6 levels of headings

  5. <div> โ†” generic content divisionBlock Element to contain Flow Content w/o Semantics

  6. <article> โ†” Article ContentSemantic<div\>Block Element to contain main text content

  7. <ul> โ†” Unordered List Block Element to embed <li\> (default display bullet points)

  8. <ol> โ†” Ordered List Block Element to contain <li\> as number list

  9. <li> โ†” List Item Block Element to rep individual item in list (<ol\>, <ul\> or <menu\>)

  10. <menu> โ†” Semantic <ul\> Menu List Block Element to display list of Interactive items

  11. <hr\> โ†” Horizontal Rule Block Element to add thematic break between paragraphs

  12. <dl> โ†” Definition/Description List Block Element to group list of <dd\>/<dt\> terms

  13. <summary> โ†” Disclosure Summary Block Element to specify summary, caption or legend for <details\> box

  14. <dd> โ†” Definition/Description Details Block Element to provide description/definition for preceding <dt\> , within <dl\> container

  15. <dt> โ†” Definition/Description Term Block Element to specify term in <dl\> container

  16. <aside\> โ†” AsideBlock Element to contain content indirectly related to <main\> <article\>

  17. <figure> โ†” FigureBlock Element to embed figure as <img\> along with <figcaption\>

  18. <figcaption> โ†” Figure CaptionBlock Element to provide caption or legend to parent <figure\>

  19. <table> โ†” TableBlock Element container to embed tabulated data

  20. <thead\> โ†” Table HeadBlock Element for header of table columns

  21. <tbody> โ†” Table BodyBlock Element to embed <tr\>

  22. <tr> โ†” Table RowBlock Element for each cell row in table

  23. <td\> โ†” Table Data CellBlock Element for cell of table with data

  24. <tfoot\> โ†” Table FootBlock Element for row to summarize table columns

  25. <th\> โ†” Table HeaderBlock Element for cell header of table

  26. block โ†” CSS Value to set display as Block Element