1.body居中
<style type="text/css">
/*
给body加了一个边框,可以看出,body已经居中了
*/
body{
margin:auto;width:600px; border:solid 1px #000;
}