Create professional email signatures with HTML. Add social links and company info.
Create professional HTML email signatures for your inbox
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" style="font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5; color: #333;">
<tr>
<td style="vertical-align: top;">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="padding-bottom: 5px;">
<strong style="font-size: 16px; color: #6366F1;">John Doe</strong>
</td>
</tr>
<tr>
<td style="padding-bottom: 10px; color: #666;">
Senior Developer at Tech Company Inc.
</td>
</tr>
<tr>
<td style="padding-bottom: 3px;">
<a href="mailto:john.doe@company.com" style="color: #333; text-decoration: none;">
📧 john.doe@company.com
</a>
</td>
</tr>
<tr>
<td style="padding-bottom: 3px;">
<a href="tel:15551234567" style="color: #333; text-decoration: none;">
📞 +1 (555) 123-4567
</a>
</td>
</tr>
<tr>
<td style="padding-bottom: 3px;">
<a href="https://www.company.com" style="color: #6366F1; text-decoration: none;">
🌐 www.company.com
</a>
</td>
</tr>
<tr>
<td style="padding-bottom: 10px; color: #666; font-size: 12px;">
📍 123 Tech Street, San Francisco, CA 94102
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>📧 How to use: Copy the HTML code and paste it into your email client's signature settings. For Gmail: Settings → General → Signature. For Outlook: File → Options → Mail → Signatures.