XHTML 1.0 List of Elements
A list of elements that can be placed in an XHTML document body. (Excludes head tags, frameset-related tags, tags that are always wrapped in another (such as area or dd).)
- Heading elements
h1 | h2 | h3 | h4 | h5 | h6 - List elements
ul | ol | dl - Block elements
- Block Structure elements
p | div - Block Phrasal elements
pre | blockquote | address - Block Presentational elements
hr - Block Special elements
- Table elements
table - Form elements
form - Fieldset elements
fieldset
- Table elements
- Block Structure elements
- Inline elements
- Inline Structural elements
br | span - Inline Phrasal elements
em | strong | dfn | code | samp | kbd | var | cite | abbr | acronym | q - Inline Presentational elements
tt | i | b | big | small |sub | sup - Internationalization elements
bdo - Anchor elements
a - Inline Special elements
img | map | object - Inline Form elements
input | select | textarea | label | button
- Inline Structural elements
- Misc elements
- Edit elements
ins | del - Script elements
script | noscript
- Edit elements