- -b
center标签已经被淘汰了
让一个容器水平居中,可以使用css控制

body
{
text-align:center;
}
table
{
margin:0px auto;
}

 

相关文章: