CSS 属性:
text-decoration-style:
solid
double
dotted
dashed
wavy
initial
结果:
Hello world!
CSS 代码:
#myDIV
{
text-decoration: underline;
text-decoration-style:
solid
;
}
点击上面的属性值然后查看效果
edu.jb51.net
- 测试