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
相關文章
相關標籤/搜索