delete: center 标签,已弃用

This commit is contained in:
Qiansen Zhou 2022-10-30 09:07:53 +08:00 committed by GitHub
parent ecfc799107
commit 612f57d014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ publish: true
排版标签: 排版标签:
- `<h1>` - `<h1>~<h6>`
- `<p>` - `<p>`
@ -22,8 +22,6 @@ publish: true
- `<span>` - `<span>`
- `<center>`
- `<pre>` - `<pre>`
@ -225,14 +223,6 @@ div举例
我们亲切地称这种模式叫做“**div+css**”:**div标签负责布局、结构、分块css负责样式**。 我们亲切地称这种模式叫做“**div+css**”:**div标签负责布局、结构、分块css负责样式**。
## 内容居中标签 `<center>`
此时center代表是一个标签而不是一个属性值了。只要是在这个标签里面的内容都会居于浏览器的中间。
效果演示:
![Paste_Image.png](http://img.smyhvae.com/2015-10-01-cnblogs_html_06.png)
到了HTML5里面center标签不建议使用建议使用css布局来实现。
## 预定义(预格式化)标签`<pre>` ## 预定义(预格式化)标签`<pre>`