Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

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.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

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.

+ add another resource

Packages

Add Packages

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.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Free HTML Email Template</title>
</head>

<body>
	<table width="650" style="background:#F5F5F5 url(https://learncodeweb.com/wp-content/uploads/2019/02/g-logo-mark-small.png) repeat; background-size:10%; border: 1px solid #ccc; padding:0px 30px; font-family:Arial;" cellspacing="0" cellpadding="0" border="0" align="center">
		<tbody>
			<tr>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td height="60">
					<table  width="560" align="center" cellspacing="0" cellpadding="0" border="0" style="table-layout:fixed;">
						<tbody>
							<tr>
								<td width="100%" align="center" style="background:#FFF; border:1px solid #ccc;">
									<a><img width="233" height="45" src="https://learncodeweb.com/wp-content/uploads/2019/01/logo.png" alt="LearnCodeWeb"></a>
								</td>
							</tr>
						</tbody>
					</table>
				</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>
					<table bgcolor="#FFFFFF" width="560" style="border:1px solid #ccc; padding:20px; opacity:0.8; font-family:Arial; font-size:14px; line-height:18px;" cellspacing="0" cellpadding="0" border="0" align="center">
						<tbody>
							<tr>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td align="center"><strong style="color:#55BDE8; font-size:3em; font-weight:bolder; text-align:center; margin:0px;">THANK YOU</strong><br /><br /></td>
							</tr>
							<tr>
								<td align="center"><span style="color:#000; font-size:2.2em; text-align:center; margin:0px;">for your subscription</span></td>
							</tr>
							<tr>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td style="color:#4da6e1; font-size: 25px; padding-bottom: 10px; border-bottom: 1px solid #000;">Dear UserName,</td>
							</tr>
							<tr>
								<td valign="top" align="left">
									<p style="color:#000; font-size: 29px; font-weight: normal; margin:15px 0px;">Thank you for</p>
									<p style="color:#000; font-size: 29px; font-weight: normal; margin:15px 0px;">signing up for the free</p>
									<p style="color:#50BBE7; font-size: 29px;font-weight: normal; margin:15px 0px;">LearnCodeWeb Newsletter.</p>
								</td>
							</tr>
							<tr>
								<td valign="top" align="left">
									<div>
										<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br>You can contact us any time by <a href="https://learncodeweb.com/" style="color: #52a9ec">clicking here</a></p>
								</div></td>
							</tr>
							<tr>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td style="border-bottom:1px solid #000;">&nbsp;</td>
							</tr>
							<tr>
								<td align="center" style="padding:15px 0 0 0; text-align:left; font-size:12px; color:#666;font-weight:normal">
									<p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
									<br><br>Our mailing address is:
									<br><br>Company Name Pvt, Ltd.
									<br>Company Address here
									<br>City and zipcode here.
									<br><a href="https://learncodeweb.com/" style="color: #52a9ec">Unsubscribe</a> from this list
									</p>
								</td>
							</tr>
							<tr>
								<td width="100%" valign="middle" align="center" style="text-align: center; width: 100%; padding: 5px; color:#FFF; height:60px; background:linear-gradient(to bottom, #33BDBE 0, #06184d 100%);">
									<p style="font-size: 14px; padding-top: 10px;">
									<a style="color: #fff;text-decoration:none;" href="https://learncodeweb.com/" target="_blank">Terms of Use</a> |
									<a style="color: #fff;text-decoration:none;" href="https://learncodeweb.com/" target="_blank">Privacy Policy</a> |
									<a style="color: #fff;text-decoration:none;" href="https://learncodeweb.com/" target="_blank">Licensing &amp; Compliance</a>
									</p>
								</td>
							</tr>
						</tbody>
					</table>
				</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
			</tr>
		</tbody>
	</table>
</body>
</html>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console