@charset "utf-8"; /* CSS Document */ * { border: 0px; margin: 0px; padding: 0px; } body { font-family: "宋体"; font-size: 12px; color: #000; background-image: url(../images/bg10501.gif); background-repeat: repeat-x; } <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <link href="2.css" rel="stylesheet" type="text/css"> </head> <body>
</body> </html> 
|