Skip to main content
HTML Elements

<del>

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

The <del> element marks deleted or struck-through content. It is supported in most email clients with default strikethrough styling. In commerce and pricing emails, <del> is a common pattern for showing original prices alongside discounts.

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 <del>

Fully supports <del> (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 <del> in email

  • Showing the original price next to a sale price in promotional emails.
  • Indicating outdated information in editorial corrections.
  • Marking strike-through items in to-do or change-summary emails.

Rendering behaviour and edge cases

  • Default <del> rendering is text-decoration: line-through, but some clients add light-red coloring as an editorial visual.
  • Outlook on Windows respects <del> reliably; older Yahoo Mail occasionally strips the strikethrough.
  • Pairing <del> with a <span> color override gives the most predictable visual across clients.

Recommended fallback strategy

Set text-decoration: line-through and a muted color explicitly on <del> elements. For maximum reliability, wrap the deleted content in <span style="text-decoration:line-through"> instead of relying on the default <del> rendering.

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.