背景颜色

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  4. <meta http-equiv="Content-Language" content="zh-cn" />
  5. </head>
  6.  
  7. <body bgcolor="yellow">
  8. <h2>请看: 改变了颜色的背景。</h2>
  9. </body>
  10.  
  11. </html>