第一个没有被注释的是我的代码,为什么那个300不会被横线穿过,他下面那个就会,代码一模一样,上一章也是这样的,我的代码没有效果,我直接复制他给的代码,一下子就生效了,这个问题是什么情况?
<!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;}
/*.oldPrice{text-decoration:line-through;}*/
</style>
</head>
<body>
<p>原价:<span class="oldPrice">300</span>元 现价:230 元</p>
</body>
</html>