12345678910111213
<html> <head> <title>背景颜色实例</title> </head> <body> <style type="text/css"> .bg{ width: 100pxheight: 100pxbackground-color: red} </style> <div class="bg"></div> </body></html>
设置了一个长宽均为100px,背景为红色的div