【发布时间】:2014-03-21 02:08:53
【问题描述】:
哪种内联样式格式更适合 HTML 电子邮件模板:
<table height="800"></table>
<table bgcolor="#000000"></table>
或
<table style="height:800px;"></table>
<table style="background:#000000;"></table>
【问题讨论】:
标签: html css email inline-code