关于删除线的问题
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>删除样式</title>
<style type="text/css">
span{
text-decoration:line-through;
}
</style>
<p>原价:<span>300元</span> 现价:230元</p>
</body>
</html>
我不给<span>加class,而是直接用<span>可以吗,如上面代码