哪里出错了吗?为什么不能通过?
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title> p标签</title> <style> ol,li { text-align:center; list-size:font-size:18px;color:blue; } h2 { text-align:center; style=font-size:20px;color:red; } </style> </head> <body> <h2><strong>热点课程下载排行榜</strong></h2> <ol> <li>前端开发面试心法</li> <li>零基础学习html</li> <li>JavaScript全攻略</li> </ol> </body> </html>