<html>
<head>
<style>
body{
width:960px//通过id来控制
height:600px
}
</style>
</head>
<script>
document.body.style.backgroundcolor = "#f00" //通过JS来改变
</script>
<body style="width:900pxheight:400px">
</body>
</html>
body的css规则是:width:100%height:100%background:url(背景地址) no-repeat center centerbackgound-size:100% 100%