Skip to content

<style> tag works in the <body> in Gmail when placed in a second <head> tag #350

Open
@jkupczak

Description

@jkupczak

While the <style> tag is not supported in Gmail when placed in the <body> tag, it IS supported if it's also in another <head> tag. So the following works but is not currently documented as a viable workaround on caniemail.com:

<body>

  <head>
    <style>
      /* */
    </style>
  </head>

</body>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data requestNeed to know about something we don't list yet?

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions