HTML Tags

HTML <small> Tag

The <small> tag in HTML is used to reduce the font size of text, usually for fine print, disclaimers, legal notes, or side comments.
It is an inline element and typically does not change the semantic meaning of the text.

Syntax

<small>Smaller text here</small>

Attribute

AttributeDescription
classAssigns one or more class names for styling.
idAssigns a unique identifier to the text.
styleAdds inline CSS styles to customize appearance.
titleProvides additional information as a tooltip.

Example

<!DOCTYPE html>
<html>
<head>
  <title>SMALL Tag Example</title>
  <style>
    .fine-print {
      font-size: 0.8em;
      color: #555;
    }
  </style>
</head>
<body>
  <h1>HTML &lt;small&gt; Tag Example</h1>
  <p>
    This is normal text, and here is <small class="fine-print" id="disclaimer" title="Small Text Example">some smaller fine-print text</small> within the paragraph.
  </p>
  <p>
    Example: <small>© 2025 Company Name. All rights reserved.</small>
  </p>
</body>
</html>

Output

Browser Output

Use our TryIt Editor to see the output.

Browser Support

Chrome
Chrome
Firefox
Firefox
Edge
Edge
Safari
Safari
Opera
Opera
IE
IE9+
✅Yes✅Yes✅Yes✅Yes✅Yes✅Yes

The <small> tag reduces the font size of its content, making it suitable for disclaimers, copyright notes, or secondary information.

Notes

  • <small> is an inline element and does not create a new line.
  • The font size can be further adjusted using CSS (font-size property).
  • It is ideal for non-critical information that should be visible but not dominant.
  • Avoid using <small> for main content, as it reduces readability.

Conclusion

The <small> tag is useful for displaying fine print or secondary text in a smaller font size.
It ensures that additional or less important information is presented clearly without dominating the main content.

Sign In Form

User your email and password to singn in

Don’t have an account, signup here : 

HTML5 & CSS3

Tools and Tutorials

Want a Website

Want a website for your business ?

Please fill out the details below, so we can reach out to you.

Registration Form

Signup to track your record and much more.

We have sent you an email with a registration link. Please click the link to verify your email address, or enter the 6-digit OTP provided in the email.

Didn't receive the OTP. Regenerate OTP Resend