Visit Mozilla.org

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":

[edit] See also