作用:对其所包括的文本进行水平居中,目前所有主流浏览器都支持 center标签。
说明:请使用 CSS 样式来居中文本!
注释:在 HTML 4.01 中,center 元素不被赞成使用。在 XHTML 1.0 Strict DTD 中,center 元素不被支持。
html center标签 示例
1 2 3 4 5 6 7 8 9 10 |
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <center>这是需要居中的内容</center> </body> </html> |
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h57880.shtml