<s><s/>标签和text-decoration:line-through用法上有什么区别?这里删除线有何全给加上了?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>删除样式</title>
<style type="text/css">
/*.oldPrice{text-decoration:line-through;}*/
</style>
</head>
<body>
<p>原价:<s>300元<s> 现价:230 元</p>
</body>
</html>