有哪里错误吗?
<style type="text/css"> /*h1,span{color:red;}*/ p.first, p#second>span{color:green;} </style>
</style>
<style type="text/css"> /*h1,span{color:red;}*/ p.first, p#second>span{color:green;} </style>
</style>
2017-12-14
<html> <head> <meta http-equiv="Content-type" content="text/html" charset="uft-8"> <title>html</html> <style type="text/css"> /*h1,span{color:red;}*/ p.first, p#second>span { color:green; } </style> </head> <body> <p class="first">absdasbaskbkcbakbckbcbxbxc</p> <p id="second">acbabc<span>ashbcabcbkcb</span></p> </body> </html>
举报