该
<center>元素已弃用,因为它定义了其内容的 表示形式 —它未描述其内容。
居中的一种方法是将元素的
margin-left和
margin-right属性设置为
auto,然后将父元素的
text-align属性设置为
center。这保证了该元素将在所有现代浏览器中居中。

该
<center>元素已弃用,因为它定义了其内容的 表示形式 —它未描述其内容。
居中的一种方法是将元素的
margin-left和
margin-right属性设置为
auto,然后将父元素的
text-align属性设置为
center。这保证了该元素将在所有现代浏览器中居中。