css优先级

原文: css优先级 为什么要写这篇文章是因为 <!DOCTYPE html> <html> <style type="text/css"> body h1 { color: green; } html h1 { color: purple; } </style> </head> <body> <h1>Here is a title!</h1> </body> </html> Vie
相关文章
相关标签/搜索