HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!-- recommended type (some debate about this)-- (REMOVE)-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="color-scheme" content="light dark"> UN COMMMENT ME -->
<!-- <meta name="supported-color-schemes" content="light dark"> UN COMMMENT ME-->
<title>HTML Email</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Lato:[email protected];400;700&display=swap');
table {
border-spacing: 0;
}
td {
padding: 0;
}
p {
font: 15px;
}
img {
border: 0;
}
@media screen and (max-width: 599.98px) {
}
@media screen and (max-width: 399.98px) {
}
/* Custom Dark Mode Colors -- (REMOVE)--> */
@media (prefers-color-scheme: dark) {
}
</style>
<!-- this below removes the spacing in outlook email clients around the banner image -- DELETE ME BEFORE DEPLOYING EMAIL-->
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
table {border-collapse: collapse!inportant;}
</style>
<!--[endif]-->
</head>
<!-- Capitualize "Margin" for Outlook -- DELETE ME (REMOVE)-->
<body style="Margin:0;padding:0;min-width:100%;background-color: #dde0e1;">
<!--[if (gte mso 9)|(IE)]>
<style type="text/css">
body {background-color: #dde0e1!important;}
body, table, td, p, a {font-family:sans-serif, Arial, Helvetica!important;}
</style>
<!--[endif]-->
<center style="width: 100%; table-layout: fixed; background-color:#dde0e1;padding-bottom: 0;"> <!-- not used in html:5 but relevant for html emails - (DELETE ME) -->
<div style="max-width: 600px;background-color:#fafdfe; box-shadow: 0 0 10px rgba(0, 0, 0, .2);">
<!-- preheader text (DELETE ME) AND ALL HTML COMMENTS FROM EMAILS 'NOT' MICROSOFT-->
<div style="font-size: 0;color:#fafdfe;line-height:1px;mso-line-height-rule:exactly;display: none;max-width: 0px; max-height: 0px;opactity: 0;overflow: hidden;mso-hide:all;">
<!-- add preheader text here (85-100 characters in length) DELETE ME-->
</div>
<!-- End preheader text (DELETE ME - (REMOVE)-->
<!--[if (gte mso 9)|(IE)]>
<table width="600 align="center" style="border-spacing:0;color: #565656;" role="presetation;">
<tr style="padding:0;">
<td>
<!--[endif]-->
<table align="center" style="border-spacing:0;color:#565656;
font-family: 'Lato', sans-serif, Arial, Helvetica!important;
background-color: #fafdfe;margin:0;padding:0;width: 100%;
max-width: 600px;" role="presentation">
<!-- START SOCIAL ICONS -->
<!-- Basic layount for all sections below except the banner width (Remove Comment)-->
<tr>
<td style="padding: 0;">
<table width="100%" style="border-spacing: 0;
role="presentation">
<tr>
<td height="2" style="background-color: #21c6b8;"></td>
</tr>
<tr>
<td style="background-color: #ebf5fa;text-align: center;
padding: 10px 0 8px 0;">
<!-- add border 0 for Lotus Notes 8.5 (REMOVE)-->
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/bPLzh61/circle-facebook.png"
width="32px" alt="circle-facebook" title="circle-facebook" border="0"></a>
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/sRH7TK2/circle-twitter.png"
width="32px" alt="circle-twitter" title="circle-twitter" border="0"></a>
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/VQ9nCv3/circle-youtube.png"
width="32px" alt="circle-youtube" title="circle-youtube" border="0"></a>
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/K5wbWBS/circle-linkedin.png"
width="32px" alt="circle-linkedin" title="circle-linkedin" border="0"></a>
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/x8G1NMz/circle-instagram.png"
width="32px" alt="circle-instagram" title="circle-instagram" border="0"></a>
</td>
<td style="background-color: #ebf5fa;text-align: center;
padding: 10px 0 8px 0;">
</tr>
<tr>
<td height="3" style="background-color: #21c6b8 ;"></td>
</tr>
</table>
</td>
</tr>
<!-- END SOCIAL ICONS -->
<!-- START LOGO -->
<tr>
<td style="padding: 0;">
<table width="100%" style="border-spacing: 0;
role="presentation">
<tr>
<td style="background-color: #fafdfe; padding: 20px 0 20px 0; text-align: center;">
<a href="https://example.com" target="_blank"> <img
src="https://i.ibb.co/rx31TX7/html-email.png" width="280"
alt="html email logo" border="0"></img>
</a>
</td>
</tr>
</table>
</td>
</tr>
<!-- END LOGO -->
<!-- START BANNER -->
<tr>
<td background="https://i.ibb.co/hMhVbjT/stats2.gif" width="600"
height="332" style="background-position: center top">
<!--[if (gte mso 9)|(IE)]>
<v:rect xmlms:v="urn:schemas-microsoft:vml" fill="true"
stroke="false" style="width:600px;height;332">
<v:fill type="tile" src="https://i.ibb.co/hMhVbjT/stats2.gif" />
<v:textbox inset=0,0,0,0">
<!--[endif]-->
<table class="darkmode-transparent" cellpadding="0"
cellspacing="0" role="presentation">
<tr>
<td width="600" align="center" valign="middle">
<table class="darkmode-transparent" cellpadding="0"
cellspacing="0" role="presentation">
<tr>
<td align="center">
<table class="darkmode-transparent"
role="presentation">
<tr>
<!--[if (gte mso 9)|(IE)]>
<td style="padding-top: 100px;
padding-bottom: 25px;"
<!--[endif]-->
<td align="center" style="font-size: 30px;
line-height:30px;color:#ffffff; padding: 10px 10px 20px 10px;
font-weight: bold;">
<p align="center" style="font-size: 30px;
line-height:30px;color:#ffffff; padding: 10px 10px 20px 10px;
font-weight: bold;">Responsive HTML Email</p>
</td>
<!--[if (gte mso 9)|(IE)]>
</td>>
<!--[endif]-->
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table class="darkmode-transparent" cellpadding="0"
cellspacing="0" role="presentation">
<tr>
<!-- Have to add bgcolor to the 'td' tag to fill the button (REMOVE)-->
<td style="border-radius: 10px;" bgcolor="#eff8fe">
<a href="https://example.com"
target="_blank"
style="font-size: 17px;
font-weight: bold;
text-decoration: none; background-color: #eff8fe;
border: 1px solid; color:#1e5d7e;
border-radius: 10px; padding: 12px 20px;display: inline-block;">View Demo</a>
<!-- have to add display 'inline block' to get Outlook to work (REMOVE)-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</v:textbox>
</v:rect>
<!--[endif]-->
</td>
</tr>
<!-- END BANNER -->
<!-- START TWO COLUMNS -->
<tr>
<td style="padding-top: 35px 0 30px 0;">
<table width="100%" style="border-spacing: 0;"
role="presentation">
<tr>
<td class="2-columns" style="padding: 0; font-size: 0;
text-align: center;">
<!--[if (gte mso 9)|(IE)]>
<table width="100"; style="border-spacing: 0;"
role="presentation">
<tr>
<td width=300" valign="top" style="padding: 0;">
<!--[endif]-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 300px;
display: inline-block;" role="presentation">
<tr>
<!-- add padding class to the 'td' tag to style later for media query CSS (REMOVE)-->
<td class="padding" style="padding: 20px;">
<table class="content"
style="border-spacing: 0; text-align: left;"
role="presentation">
<tr> <!-- first image column (REMOVE)-->
<td style="background-color: #fafdfe; padding: 20px 0 20px 0;
text-align: center;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/Tmg3qbV/man-teal.jpg" width="260"
alt="teal-man" border="0" style="max-width: 260px;border-radius: 8px;"></img></a>
</td>
</tr>
<tr>
<td style="padding: 10px 10px 20px 10px;">
<p style="font-size: 17px; font-weight: bold; line-height: 20px;">Build Repsonsive Emails</p>
<p style="font-size: 15px;line-height: 20px;">Responsive HTML Email Templates that you can build around to master email development.</p>
</td>
</tr>
<tr>
<td align="left" style="padding-left:
10px;">
<table align="left" border="0"
cellpadding="0"
style="border-spacing: 0;"
role="presentation">
<tr>
<td style="border-radius: 10px;" bgcolor="#eff8fe">
<a href="https://example.com"
target="_blank"
style="font-size: 16px;
font-weight: bold;
text-decoration: none; background-color: #1e5d7e;
border: 1px solid; color:#eff8fe;
border-radius: 10px; padding: 10px 25px;display: inline-block;">HTML Demo</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SECOND COLUMN-->
<!-- copied column and pasteed it here (Remove Me)--->
<!-- Also need another Ghost table for second column to work properly in Outlook (Remove Me)-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="300" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 300px;
display: inline-block;" role="presentation">
<tr>
<!-- add padding class to the 'td' tag to style later for media query CSS (REMOVE)-->
<td class="padding" style="padding: 20px;">
<table class="content" style="border-spacing: 0; text-align: left;"
role="presentation">
<tr> <!-- first image column (REMOVE)-->
<td style="background-color: #fafdfe; padding: 20px 0 20px 0;
text-align: center;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/nQn29Sg/woman-teal.jpg" width="260"
alt="teal-man" border="0" style="max-width: 260px;border-radius: 8px;"></img></a>
</td>
</tr>
<tr>
<td style="padding: 10px 10px 20px 10px;">
<p style="font-size: 17px; font-weight: bold; line-height: 20px;">Create Custom Designs</p>
<p style="font-size: 15px; line-height: 20px;">Responsive HTML Email Templates that you can build around to master email development. </p>
</td>
</tr>
<tr>
<td align="left" style="padding-left:
10px;">
<table align="left" border="0"
cellpadding="0"
style="border-spacing: 0;"
role="presentation">
<tr>
<td style="border-radius: 10px;" bgcolor="#eff8fe">
<a href="https://example.com"
target="_blank"
style="font-size: 16px;
font-weight: bold;
text-decoration: none; background-color: #1e5d7e;
border: 1px solid; color:#eff8fe;
border-radius: 10px; padding: 10px 25px;display: inline-block;">Get started</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<!--[endif]-->
</td>
</tr>
</table>
</td>
</tr>
<!-- END TWO COLUMNS -->
<!-- START TWO THIRDS COLUMNS -->
<tr>
<td style="padding: 10px 0 10px 0;">
<table width="100%" style="border-spacing: 0;"
role="presentation">
<tr>
<td class="two-third-columns" style="padding: 0;
font-size: 0; text-align: center; background-color: #1e5d7e;">
<!--[if (gte mso 9)|(IE)]>
<table width="100"; style="border-spacing: 0;"
role="presentation">
<tr>
<td width=200" valign="top" style="padding: 0;">
<!--[endif]-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 200px;
display: inline-block;" role="presentation">
<!-- Copied content from first column below-->
<tr>
<!-- add padding class to the 'td' tag to style later for media query CSS (REMOVE)-->
<td class="padding first" style="padding: 30px 20px
15px 20px; background-color: #1e5d7e;">
<table class="content"
style="border-spacing: 0; text-align: center;"
role="presentation">
<tr> <!-- two thirds image column (REMOVE)-->
<td>
<a href="https://example.com"
target="_blank"><img src="https://i.ibb.co/j852yw3/teal-circle.png"
alt="woman-quote"
width="260" style="max-width: 160px;
border-radius: 8px;
border="0">
</a>
</td>
</tr>
</table>
</td>
</tr>
<!-- SECOND COLUMN-->
<!-- copied column and pasteed it here (Remove Me)--->
<!-- Also need another Ghost table for second column to work properly in Outlook (Remove Me)-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="400" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 400px;
display: inline-block;" role="presentation">
<tr>
<td class="padding last" style="padding: 20px 10px
15px 10px; background-color: #1e5d7e;">
<table class="content"
style="border-spacing: 0; text-align: left;"
role="presentation">
<tr>
<td style="vertical-align: middle; padding: 0px 10px
15px 10px; background-color: #1e5d7e;">
<p style="font-size: 20px; color: #ffffff; letter-spacing: 2px; font-weight: 300;">
"This is the best responsive email template course and framework! I have thoroughly enjoyed the email course."</p>
<p style="font-size: 18px; color: #ffffff; letter-spacing: 2px; font-weight: 300;">-Leslie J.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<!--[endif]-->
</td>
</tr>
</table>
</td>
</tr>
<!-- END TWO THIRDS COLUMNS -->
<!-- START THREE COLUMNS -->
<!-- FIRST COLUMN-->
<tr>
<td style="padding: 30px 0 40px 0;">
<table width="100%" style="border-spacing: 0;"
role="presentation">
<tr>
<td class="three-column" style="padding: 0; font-size: 0;
text-align: center;">
<!--[if (gte mso 9)|(IE)]>
<table width="100"; style="border-spacing: 0;"
role="presentation">
<tr>
<td width=200" valign="top" style="padding: 0;">
<!--[endif]-->
<!-- FIRST COLUMN-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 200px;
display: inline-block;" role="presentation">
<tr>
<td style="padding: 10px;">
<a href="https://example.com"
target="_blank"><img class="three-col-img"
src="https://i.ibb.co/TRwJYjq/newsletter.jpg"
alt=""
width="150" style="max-width: 150px;
border-radius: 5px;
border="0">
</a>
</td>
</tr>
<tr>
<td style="padding: 10px 10px 20px 10px;">
<p style="font-size: 17px;
font-weight: bold; text-align: center;">NEWSLETTER
</p>
<p style="font-size: 15px;
text-align: center;">Responsive HTML Email Templates that you can build around to master email development.
</p>
</td>
</tr>
<tr>
<td align="center">
<table align="center" border="0"
cellpadding="0"
style="border-spacing: 0;"
role="presentation">
<tr>
<td style="border-radius: 10px;" bgcolor="#dde0e1">
<a href="https://example.com"
target="_blank"
style="font-size: 15px;
font-weight: bold;
text-decoration: none; background-color: #dde0e1;
color:#1e5d7e;
border-radius: 8px; padding: 10px 20px;display: inline-block;">Learn more..</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SECOND COLUMN-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="200" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 200px;
display: inline-block;" role="presentation">
<tr>
<td style="padding: 10px;">
<a href="https://example.com"
target="_blank"><img class="three-col-img"
src="https://i.ibb.co/F8Rmvcz/ecommerce.jpg"
alt=""
width="150" style="max-width: 150px;
border-radius: 5px;
border="0">
</a>
</td>
</tr>
<tr>
<td style="padding: 10px 10px 20px 10px;">
<p style="font-size: 17px;
font-weight: bold; text-align: center;">ECOMMERCE
</p>
<p style="font-size: 15px;
text-align: center;">Responsive HTML Email Templates that you can build around to master email development.
</p>
</td>
</tr>
<tr>
<td align="center">
<table align="center" border="0"
cellpadding="0"
style="border-spacing: 0;"
role="presentation">
<tr>
<td style="border-radius: 10px;" bgcolor="#dde0e1">
<a href="https://example.com"
target="_blank"
style="font-size: 15px;
font-weight: bold;
text-decoration: none; background-color: #1e5d7e;
color:#ffffff;
border-radius: 8px; padding: 10px 20px;display: inline-block;">Learn more..</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- THIRD COLUMN------------------------------------------>
<!-- copied column and pasteed it here (Remove Me)--->
<!-- Also need another Ghost table for second column to work properly in Outlook (Remove Me)-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="200" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 200px;
display: inline-block;" role="presentation">
<tr>
<td style="padding: 10px;">
<a href="https://example.com"
target="_blank"><img class="three-col-img
three-col-img-last"
src="https://i.ibb.co/NymGnBV/blogging.jpg"
alt=""
width="150" style="max-width: 150px;
border-radius: 5px;
border="0">
</td>
</tr>
<tr>
<td style="padding: 10px 10px 20px 10px;">
<p style="font-size: 17px;
font-weight: bold; text-align: center;">BLOGGING
</p>
<p style="font-size: 15px;
text-align: center;">Responsive HTML Email Templates that you can build around to master email development.
</p>
</td>
</tr>
<tr>
<td align="center">
<table align="center" border="0"
cellpadding="0"
style="border-spacing: 0;"
role="presentation">
<tr>
<td style="border-radius: 10px;" bgcolor="#dde0e1">
<a href="https://example.com"
target="_blank"
style="font-size: 15px;
font-weight: bold;
text-decoration: none; background-color: #dde0e1;
color:#1e5d7e;
border-radius: 8px; padding: 10px 20px;display: inline-block;">Learn more..</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<!--[endif]-->
</td>
</tr>
</table>
</td>
</tr>
<!-- END THREE COLUMNS -->
<!-- START FOUR COLUMNS -->
<!-- FIRST COLUMN-->
<tr>
<td style="padding: 0;">
<table width="100%" style="border-spacing: 0; background-color: #eaf6fb;"
role="presentation">
<tr>
<td height="2" style="background-color: #21c6b8 ;"></td>
</tr>
<tr>
<td class="four-columns" style="padding: 0; font-size: 0;
text-align: center;">
<!--[if (gte mso 9)|(IE)]>
<table width="100"; style="border-spacing: 0;"
role="presentation">
<tr>
<td width=150" valign="top" style="padding: 0;">
<!--[endif]-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 150px;
display: inline-block;" role="presentation">
<tr>
<td >
<table class="content"
style="border-spacing: 0;
text-align: center;Margin-left:15px"
role="presentation">
<tr>
<td style="padding: 10px 0 10px 0;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/P9pBr14/gmail.jpg"
width="120" style="max-width: 120px;
border-radius: 5px;" border="0" alt=""></a>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- SECOND COLUMN-->
<!-- copied column and pasteed it here (Remove Me)--->
<!-- Also need another Ghost table for second column to work properly in Outlook (Remove Me)-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="150" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 150px;
display: inline-block;" role="presentation">
<tr>
<td >
<table class="content"
style="border-spacing: 0;
text-align: center;Margin-left:15px"
role="presentation">
<tr>
<td style="padding: 10px 0 10px 0;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/JqGbVxD/icloud.jpg"
width="120" style="max-width: 120px;
border-radius: 5px;" alt="" border="0"></a>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- THIRD COLUMN-->
<!-- copied column and pasteed it here (Remove Me)--->
<!-- Also need another Ghost table for second column to work properly in Outlook (Remove Me)-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="150" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 150px;
display: inline-block;" role="presentation">
<tr>
<td >
<table class="content"
style="border-spacing: 0;
text-align: center;Margin-left:15px"
role="presentation">
<tr>
<td style="padding: 10px 0 10px 0;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/5KpjqYR/outlook.jpg" width="120"
style="max-width: 120px; border-radius: 5px;"
alt="" border="0"></a>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- FOURTH COLUMN-->
<!-- copied column and pasteed it here (Remove Me)--->
<!-- Also need another Ghost table for second column to work properly in Outlook (Remove Me)-->
<!--[if (gte mso 9)|(IE)]>
</td><td width="150" valign="top" style="padding: 0;">
<![endif]-->
<!-- 'vertical-align:top' and 'inline-block' aligns each column side by side. (REMOVE ME)-->
<table class="column" style="border-spacing: 0;
vertical-align: top;width: 100%; max-width: 150px;
display: inline-block;" role="presentation">
<tr>
<td >
<table class="content"
style="border-spacing: 0;
text-align: center;Margin-left:15px"
role="presentation">
<tr>
<td style="padding: 10px 0 10px 0;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/8cpzpW0/yahoo.jpg" width="120" style="max-width: 120px; border-radius: 5px; border="0"" alt=""></a>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<!--[endif]-->
</td>
</tr>
</table>
</td>
</tr>
<!-- END FOUR COLUMNS -->
<!-- START GREEN BORDER -->
<tr>
<td style="padding: 0;">
<table width="100%" style="border-spacing: 0;"
role="presentation">
<tr>
<td height="3" style="background-color: #21c6b8;"></td>
</tr>
</table>
</td>
</tr>
<!-- END GREEN BORDER -->
<!-- START FOOTER -->
<tr>
<td style="padding: 0; background-color: #565656">
<table width="100%" style="border-spacing: 0;"
role="presentation">
<tr>
<td style="padding: 60px 0 50px 0; color: #ffffff;
text-align: center; font-size: 16px;">
<a href="https://example.com" target="_blank"><img
src="https://i.ibb.co/rdjLnjG/html-email-white.png"
alt="" width="210" border="0"></a>
<p style="font-size: 16px;padding: 10px 0 5px 0;"
>Responsive HTML Email</p>
<p style="font-size: 16px;padding-bottom: 5px;"
>123 Street Road, City, State 55555</p>
<p style="font-size: 16px;padding-bottom: 5px;"
><a href="mailto:[email protected]"
style="text-decoration: none; color: #ebf5fa;"
>[email protected]</a>
</p>
<p style="font-size: 16px;padding-bottom: 5px;"
><a href="tel:18008888888"
style="text-decoration: none; color: #ebf5fa;"
>1-800-888-8888</a>
</p>
<p style="font-size: 13px;padding-bottom: 5px;"
><a href="https://example.com" target="_blank"
style="text-decoration: none; color: #ebf5fa;"
>UNSUBSCRIBE</a>
</p>
</td>
</tr>
<tr>
<td height="4" style="background-color: #21c6b8;"></td>
</tr>
</table>
</td>
</tr>
<!-- END FOOTER -->
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<!--[endif]-->
</div>
</center>
</body>
</html>
Also see: Tab Triggers