Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL MINIMALIST COMPLIANCE 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;"> <tr> <td align="center" style="font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777;"> <p style="margin:0;"> © 2025 Your Company Name, Inc. All rights reserved. </p> <p style="margin:10px 0;"> Our mailing address is: 123 Main St, Anytown, USA 12345 </p> <p style="margin:0;"> <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Unsubscribe from this list</a> </p> </td> </tr> </table> </td> </tr> </table>