大佬们帮我看看这段代码
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=uft-8"> <title>重要性</title> <style type="text-css"> p{color:red!important;}/*!important要写在分号的前面;!important权值最大!*/ P{color:green;} #Setpink{color:pink;|} </style> </head> <body> <p>选不中我,选不中我,我不会变色</p> <div id="Setpink"> <tbody> <table> <tr> <td>wo</td> <td>ai</td> <td>ni</td> </tr> <tr> <td>ni</td> <td>ai</td> <td>wo</td> <td>me</td> </tr> </table> </tbody> </div> </body> </html>
我看了半天没看出错在哪里,大佬们帮我看一哈