目录

<center>

描述 (Description)

HTML

标记用于使用此标记包含的内容居中。
This tag is depreciated

例子 (Example)

<!DOCTYPE html>
<html>
   <head>
      <title>HTML center Tag</title>
   </head>
   <body>
      <center>This text is centered</center>
   </body>
</html>

这将产生以下结果 -

新页面打开

全局属性 (Global Attributes)

此标记支持HTML Attribute Reference描述的所有全局属性

事件属性 (Event Attributes)

此标记支持HTML Events Reference中描述的所有事件属性

浏览器支持 (Browser Support)

ChromeFirefox IE OperaSafariAndroid
YesYesYesYesYes?
↑回到顶部↑
WIKI教程 @2018