HTML Elements Table

Inline
Block
Inline-block
Table
List Item
Other
# Element Default Display Semantic Purpose
1ainlineNoDefines a hyperlink.
2abbrinlineYesRepresents an abbreviation or acronym.
3addressblockYesDefines contact information.
4articleblockYesRepresents self-contained content.
5asideblockYesDefines content aside from the main content.
6binlineNoStylistically offsets text (bold by default).
7blockquoteblockYesDefines a block of quoted text.
8bodyblockYesDefines the document body.
9buttoninline-blockNoDefines a clickable button.
10captiontable-captionYesDefines a table caption.
11citeinlineYesDefines a citation.
12codeinlineYesRepresents a fragment of computer code.
13divblockNoDefines a division or section in an HTML document.
14dlblockYesDefines a description list.
15dtblockYesDefines a term in a description list.
16eminlineYesDefines emphasized text (italic by default).
17footerblockYesDefines a footer for a document or section.
18formblockNoDefines an HTML form for user input.
19h1, h2, h3, h4, h5, h6blockYesDefines HTML headings.
20headerblockYesDefines a header for a document or section.
21hrblockNoDefines a thematic change in the content.
22imginlineNoEmbeds an image.
23inputinline-blockNoDefines an input field.
24labelinlineNoDefines a label for an input element.
25lilist-itemYesDefines a list item.
26mainblockYesSpecifies the main content of a document.
27navblockYesDefines navigation links.
28olblockYesDefines an ordered list.
29pblockYesDefines a paragraph.
30preblockYesDefines preformatted text.
31sectionblockYesDefines a section in the document.
32spaninlineNoDefines a span of text or elements.
33stronginlineYesDefines important text (bold by default).
34tabletableYesDefines a table.
35tdtable-cellYesDefines a cell in a table.
36thtable-cellYesDefines a header cell in a table.
37trtable-rowYesDefines a row in a table.
38ulblockYesDefines an unordered list.