xxxxxxxxxx
<table style="width:100%" border="1">
<tr>
<th>姓名</th>
<th>邮件地址</th>
<th>手机号码</th>
<th>地址</th>
</tr>
<tr>
<td bgcolor="#FF0000">马六</td>
<td bgcolor="#0000cc">test@example.com</td>
<td bgcolor="#009900">+13212345678</td>
<td bgcolor="#990000">上海市闵行区</td>
</tr>
</table>