email templete

<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>email templete</title><style> table tr td input[type='text'],[type='submit'] { width: 500px; line-height: 28px; background-color: #EEF3FA; } </style></head><body bgcolor="#EEF3FA"> <table width="100%" bgcolor="#EEF3FA" cellpadding="0"> <tr> <td align="center"> <table width="600" bgcolor="#EEF3FA" cellpadding="0"> <tr style="margin:5"> <td>Frist Name <br /> <input type="text" placeholder="First name" /></td> </tr> <tr> <td>Last Name <br /> <input type="text" placeholder="Last name" /></td> </tr> <tr> <td>Email <br /> <input type="text" placeholder="Email name" /></td> </tr> <tr> <td><input type="submit" value="Sign me up !" /></td> </tr> </table> </td> </tr> </table> </body></html>