Skip to main content
HTML Elements

<ul>

HTML element · 5 supported, 9 partial, 0 unsupported across 15 clients

The <ul> element marks an unordered list. Bullets and indentation defaults vary significantly across clients, which makes <ul> one of the more inconsistent layout primitives in email. Some templates reset list styles entirely and rebuild bullet visuals using HTML entities or images for full control.

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebPartial
Gmail AndroidmobileGmail MobilePartial
Gmail iOSmobileGmail MobilePartial
Outlook 365webmailOutlook WebPartial
Outlook (New)desktopOutlook WebPartial
Outlook ClassicdesktopMicrosoft WordPartial
Outlook iOSmobileOutlook MobilePartial
Outlook AndroidmobileOutlook MobilePartial
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooPartial
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for <ul>

Fully supports <ul> (5): Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail.

Partial support (9): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail. Expect rendering quirks unique to each engine — partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.

Behaviour unverified in: Superhuman.

When to use <ul> in email

  • Feature lists in product launch emails.
  • Onboarding checklists in lifecycle drip campaigns.
  • Bulleted summaries in digest-style content.

Rendering behaviour and edge cases

  • Default list-style-position and padding-left vary between clients — Outlook indents differently than Gmail.
  • Some clients strip the bullet entirely if list-style is set to none on the <ul> but not on <li>.
  • Mobile clients sometimes reduce the indent significantly, causing list items to wrap closer to the bullet than intended.

Recommended fallback strategy

Reset padding-left and margin on both <ul> and <li> inline. For pixel-perfect bullets, replace the default marker with an <img> or styled <span> inside each list item.

Fixes & Workarounds

Gmail

Partial

"<ul>" is not supported in this email client.

Gmail Android

Partial

"<ul>" is not supported in this email client.

Gmail iOS

Partial

"<ul>" is not supported in this email client.

Outlook 365

Partial

"<ul>" is not supported in this email client.

Outlook (New)

Partial

"<ul>" is not supported in this email client.

Outlook Classic

Partial

"<ul>" is not supported in this email client.

Outlook iOS

Partial

"<ul>" is not supported in this email client.

Outlook Android

Partial

"<ul>" is not supported in this email client.

Yahoo Mail

Partial

"<ul>" is not supported in this email client.

Related Features

Test your email across all 15 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.