DEV Community

Cover image for HTML tags | small
Carlos Espada
Carlos Espada

Posted on • Edited on

1

HTML tags | small

It is used to represent separate comments or fine print in a text, such as copyright or legal texts, regardless of its visual style.

Typically it is rendered with a font one point smaller, such as small or x-small.

Although <small>, like <b> and <i>, may appear to bypass the principle of separation between structure and content, all three are valid elements in HTML5. The developer has to decide when to use <small> or when to achieve the same effect with CSS.

  • Type: inline
  • Self-closing: No
  • Semantic value: No

Definition and example | Support

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

If you found this post useful, please drop a ❤️ or a friendly comment!

Okay.