首页 > 编程知识 正文

只删除下划线上的字,电脑上的下划线怎么删除

时间:2023-05-06 06:36:34 阅读:243152 作者:2514

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>css下划线,上划线</title>
<style>
.p1
{
text-decoration:overline;
}
.p2
{
text-decoration:line-through;
}
.p3
{
text-decoration:underline;
}
.p4
{
text-decoration:blink;
}
</style>
</head>

<body>
<p class="p1">这是文本内容</p>
<p class="p2">这是文本内容</p>
<p class="p3">这是文本内容</p>
<p class="p4">这是文本内容</p>
</body>
</html>

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。