Dofactory.com
Dofactory.com
Earn income with your HTML skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.
By adding your name & email you agree to our terms, privacy and cookie policies.

HTML <small> Tag

The <small> tag renders text with a smaller font.

The text size is one point-size smaller than the default text size.

Example

#

A <small> tag that renders text with a smaller font size.

The wattpad.com website has a section on shrinking stories.

<p>The wattpad.com website has a section on <small>shrinking stories</small>.</p>  

More Examples

A <small> element with copyright information.

Please join us coming Saturday.

All materials © Copyright 2021 SNL.

<p>Please join us coming Saturday.</p>  
<p><small>All materials &copy; Copyright 2021 SNL.</small></p>

Attributes for <small>

The <small> element has no attributes, but it does accept global attributes. The following are commonly used.

Attribute Value Description
id   value Provides the small element with a unique identifier.
class   classnames Assigns one or more classnames to the small element.
style   CSS-values Assigns CSS style values to the small element.

For additional global attributes see our global attributes list.


Did you know?

Did you know?

Using the <small> element correctly

The <small> element is used to mark side comments.

For example, copyright statements or licensing information located in a footer.

<small> is an inline element and should only cover limited pieces of text.


Browser support

Here is when <small> support started for each browser:

Chrome
1.0 Sep 2008
Firefox
1.0 Sep 2002
IE/Edge
1.0 Aug 1995
Opera
1.0 Jan 2006
Safari
1.0 Jan 2003

You may also like


Last updated on Sep 30, 2023

Earn income with your HTML skills
Sign up and we'll send you the best freelance opportunities straight to your inbox.
We're building the largest freelancing marketplace for people like you.
By adding your name & email you agree to our terms, privacy and cookie policies.

Guides