是否通过调整CSS的特性来达到横向集中的网页,是坏还是完全错误的?
<cs Code snippet>:
<style type="text/css">
html
{
width: 1200px;
margin: 0px auto;
background-color: Gray;
}
body
{
background-color: red;
}
</style>
<>strong>html Code snippet:
<body>any contents go here...</body>