Skip to main content
HTML Elements

<small>

HTML element · 20 supported, 0 partial, 0 unsupported across 21 clients

The <small> element semantically represents side comments and small print. Most email clients respect the default smaller rendering, but font-size differences between clients make it unreliable for precise sizing. Production email templates typically style <small> explicitly or replace it with <span> for consistent rendering.

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobileSupported
Gmail iOSmobileGmail MobileSupported
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebSupported
Outlook ClassicdesktopMicrosoft WordSupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooSupported
Yahoo Mail AndroidmobileYahooSupported
Yahoo Mail iOSmobileYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
Proton MailwebmailProtonSupported
AOL MailwebmailAOLSupported
FastmailwebmailFastmailSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for <small>

Fully supports <small> (20): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Outlook for Mac, Apple Mail, Apple Mail iOS, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Proton Mail, AOL Mail, Fastmail.

Behaviour unverified in: Superhuman.

When to use <small> in email

  • Legal disclaimers and copyright text in email footers.
  • Asterisk footnotes referencing pricing claims.
  • Subtle byline or timestamp annotations in newsletter content.

Rendering behaviour and edge cases

  • Default <small> font-size is typically 0.83em but varies between clients.
  • Some clients strip the <small> wrapper entirely in their sanitizer pass, leaving content at parent font-size.
  • Apple Mail respects <small> consistently; Outlook on Windows applies Word-style scaling.

Recommended fallback strategy

Set font-size and color explicitly on <small> elements rather than relying on default styling. Where pixel precision is required, replace <small> with a <span style="font-size:11px;color:#888">.

Related Features

Test your email across all 21 clients

Preview rendering, catch CSS issues, and get actionable fixes. Free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.