当前位置: 代码迷 >> HTML/CSS >> html记要
  详细解决方案

html记要

热度:581   发布时间:2012-09-19 13:43:54.0
html记录
记录一点div css方面的知识

<div>
<h1>
删除线测试</h1>
<div style="text-decoration: line-through">
123456</div>
<h1>
Font Title Test</h1>
<br />
<font style="background-color: #ffcc00; color: #ffffcc; font-style: normal; font-family: 'Microsoft YaHei';
font-variant: normal;" title="我在测试呢!">Hollo</font>
</div>
  相关解决方案