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โ
<p\>
โ Paragraph Block Element to display block of text<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\>
<h1\>...<h6\>
โ Section Heading Block Element to rep 6 levels of headings<div>
โ generic content divisionBlock Element to contain Flow Content w/o Semantics<article>
โ Article ContentSemantic<div\>
Block Element to contain main text content<ul>
โ Unordered List Block Element to embed<li\>
(default display bullet points)<ol>
โ Ordered List Block Element to contain<li\>
as number list<li>
โ List Item Block Element to rep individual item in list (<ol\>
,<ul\>
or<menu\>
)<menu>
โ Semantic<ul\>
Menu List Block Element to display list of Interactive items<hr\>
โ Horizontal Rule Block Element to add thematic break between paragraphs<dl>
โ Definition/Description List Block Element to group list of<dd\>
/<dt\>
terms<summary>
โ Disclosure Summary Block Element to specify summary, caption or legend for<details\>
box<dd>
โ Definition/Description Details Block Element to provide description/definition for preceding<dt\>
, within<dl\>
container<dt>
โ Definition/Description Term Block Element to specify term in<dl\>
container<aside\>
โ AsideBlock Element to contain content indirectly related to<main\>
<article\>
<figure>
โ FigureBlock Element to embed figure as<img\>
along with<figcaption\>
<figcaption>
โ Figure CaptionBlock Element to provide caption or legend to parent<figure\>
<table>
โ TableBlock Element container to embed tabulated data<thead\>
โ Table HeadBlock Element for header of table columns<tbody>
โ Table BodyBlock Element to embed<tr\>
<tr>
โ Table RowBlock Element for each cell row in table<td\>
โ Table Data CellBlock Element for cell of table with data<tfoot\>
โ Table FootBlock Element for row to summarize table columns<th\>
โ Table HeaderBlock Element for cell header of tableblock
โ CSS Value to setdisplay
as Block Element