HTML居中代码
在两个HTML<body></body>之间加上<center>居中代码
例如:
<body>
<center>
HTML居中代码!
</center>
</body>
例如:
<body>
<center>
HTML居中代码!
</center>
</body>