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