References

Collection of references for web development.

HTML small tag

Description

The HTML <small> element represents smaller text (one font size smaller than the original).

Example

<p>Part of this paragraph contains <small>small text</small>.</p>