Web Site Primer

HTML · Web Design · Color Charts · & More!

HTML Markup: Small Tags

Originally Published: 2005-02-21
Revised: 2006

This article will share about the markup used for small.

Breif paragraph

Small Markup

<small>TEXT</small>
Paired tag; no shortcut.
Inline Element.
small is short for Small Text
Use: Encloses, or encases, text that is wanted to be decreased to the next font size.

Example of markup:
<small> </small>

Appearance on the Web (will appear as dark green text):


Related Articles:


straight to the top