HTML:Inline elements
From MDC
[edit] Summary
Inline elements may appear only in body. Differences between inline and block-level elements:
- Content model
- Generally, inline elements may contain only data and other inline elements.
- Formatting
- By default, inline elements do not begin with new line.
[edit] Elements
Below elements are "inline":
- b, big, i, small, tt
- abbr, acronym, cite, code, dfn, em, kbd, strong, samp, var
- a, bdo, br, img, map, object, q, script, span, sub, sup
- button, input, label, select, textarea