<!-- 根節(jié)點(diǎn) -->
<div style="width:600px;text-align:left;color:#000;font:normal 12px/15px arial,simsun;background:#fff;">
內(nèi)容區(qū)域
</div>
<!-- 根節(jié)點(diǎn)-郵件內(nèi)容居中 -->
<div style="text-align:center;">
<div style="width:600px;margin:0 auto;text-align:left;color:#000;font:normal 12px/15px arial,simsun;background:#fff;">
內(nèi)容區(qū)域
</div>
</div>
<!-- 如果使用語義化標(biāo)簽,那么需要多寫一些style,以避免被環(huán)境中的css覆蓋 -->
<h2 style="width:100px;height:100px;margin:0;padding:0;fong-weight:normal;font-size:12px;"></h2>
<!-- 而使用無語義標(biāo)簽,就可以省下很多style -->
<div style="width:100px;height:100px;"></div>