text-decoration: underline 下划线
text-decoration: line-through 删除线
text-decoration: overline 上划线
可以用css处理,如果只是为了显示的话<style>
i
{
font-style:normal
border-top:1px solid #000
}
</style>
<html>
<head></head>
<body><i>X<i></body>
</html>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)