义乌网站建设首页

义乌网页制作谈CSS text-decoration 属性

义乌网页制作谈CSS text-decoration 属性

日期:2012-09-20

义乌网页制作谈CSS text-decoration 属性
text-decoration -- 定义文本是否有划线以及划线的方式
 取值:none | [ underline || overline || line-through || blink ] | inherit
 none: 定义正常显示的文本
 [underline || overline || line-through || blink]: 四个值中的一个或多个
 underline: 定义有下划线的文本
 overline: 定义有上划线的文本
 line-through: 定义直线穿过文本
 blink: 定义闪烁的文本
示例
p#underline
{
 text-decoration:underline;
}

p#overline
{
 text-decoration:overline;
}

p#line-through
{
 text-decoration:line-through;
}

p#blink
{
 text-decoration:blink;
}

p#underover
{
 text-decoration:underline overline;
}

p#underoverthroughblink
{
 text-decoration:underline overline line-through blink;
}

Copyright @ 2008-2025 义乌网站建设公司洲盾
www.gzgscn.com/m/