文字排版--下划线(text-decoration:underline)

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>下划线样式</title>
<style type="text/css">
    a{text-decoration:underline;}
    p span{text-decoration:underline;}
</style>
</head>
<body>
    <p><span>三年级</span>时,我还是一个<a>胆小如鼠</a>的小女孩。</p> 
</body>
</html>

效果:

三年级时我还是一个胆小如鼠的小女孩。

posted @ 2016-05-30 22:28  Rinpe  阅读(436)  评论(0编辑  收藏  举报