Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL CENTERED BRAND FOOTER ================================================================== - Built for maximum compatibility in all major email clients. - Uses table-based layouts and inlined CSS. --> <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color:#ffffff;"> <tr> <td align="center" style="padding:40px 20px;"> <!-- Main Container Table --> <table border="0" cellpadding="0" cellspacing="0" width="600" role="presentation" style="width:600px; max-width:600px;"> <!-- Logo --> <tr> <td align="center" style="padding-bottom:20px;"> <a href="https://example.com" target="_blank"> <img src="https://placehold.co/140x50/cccccc/333333?text=YourBrand" width="140" alt="YourBrand Logo" style="width:140px; max-width:140px; display:block; border:0;"> </a> </td> </tr> <!-- Tagline --> <tr> <td align="center" style="padding-bottom:20px;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:14px; line-height:20px; color:#555555; font-style:italic;"> Building better templates for a better web. </p> </td> </tr> <!-- Social Media Icons --> <tr> <td align="center" style="padding:10px 0;"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"><img src="https://placehold.co/32x32/333333/ffffff?text=f" width="32" alt="Facebook" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"></a> </td> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"><img src="https://placehold.co/32x32/333333/ffffff?text=t" width="32" alt="Twitter" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"></a> </td> <td style="padding:0 10px;"> <a href="https://example.com" target="_blank"><img src="https://placehold.co/32x32/333333/ffffff?text=in" width="32" alt="LinkedIn" style="width:32px; max-width:32px; display:block; border:0; border-radius:50%;"></a> </td> </tr> </table> </td> </tr> <!-- Compliance Section --> <tr> <td align="center" style="font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777; padding-top:30px;"> <p style="margin:0 0 10px 0;"> © 2025 YourBrand, Inc. All rights reserved. </p> <p style="margin:0;"> <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Unsubscribe</a> | <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">View in browser</a> </p> </td> </tr> </table> </td> </tr> </table>