HTML <center> 置中

<center> 標籤 (tag) 用來將 <center> 裡面的內容水平置中。

舉個例子:

<center>This text will be centered.
<p>So will this paragraph.</p></center>

顯示結果:

This text will be centered.

So will this paragraph.

<center> 是 HTML4 的標籤,在 HTML5 標準中已經被廢棄,你應該改成使用 CSS 來做置中。