使用 CSS 设置元素的背景色
要设置元素的背景颜色,请使用 background-color 属性。
示例
你可以尝试运行以下代码,了解如何使用 background-color 属性。
<html> <head> <body> <p style = "background-color:blue;"> This text has a blue background color.</p> </body> </head> <html>
广告
要设置元素的背景颜色,请使用 background-color 属性。
你可以尝试运行以下代码,了解如何使用 background-color 属性。
<html> <head> <body> <p style = "background-color:blue;"> This text has a blue background color.</p> </body> </head> <html>