From 612f57d014d67e0bc73a4af91253f2b05e680c72 Mon Sep 17 00:00:00 2001 From: Qiansen Zhou <41274826+xiayulu@users.noreply.github.com> Date: Sun, 30 Oct 2022 09:07:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?delete:=20center=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=EF=BC=8C=E5=B7=B2=E5=BC=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01-HTML/04-HTML标签:排版标签.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/01-HTML/04-HTML标签:排版标签.md b/01-HTML/04-HTML标签:排版标签.md index 291414e..bc794af 100644 --- a/01-HTML/04-HTML标签:排版标签.md +++ b/01-HTML/04-HTML标签:排版标签.md @@ -10,7 +10,7 @@ publish: true 排版标签: -- `

` +- `

~

` - `

` @@ -22,8 +22,6 @@ publish: true - `` -- `

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

From 4a741779dcc12d80e3f239bb23db93143266a001 Mon Sep 17 00:00:00 2001
From: xiayulu 
Date: Sun, 30 Oct 2022 09:12:30 +0800
Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E7=AC=94=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 01-HTML/05-HTML标签:字体标签和超链接.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/01-HTML/05-HTML标签:字体标签和超链接.md b/01-HTML/05-HTML标签:字体标签和超链接.md
index 8f366d9..01e1c97 100644
--- a/01-HTML/05-HTML标签:字体标签和超链接.md
+++ b/01-HTML/05-HTML标签:字体标签和超链接.md
@@ -16,7 +16,7 @@ publish: true
 
 ### 特殊字符(转义字符)
 
-- ` `:空格	(non-breaking spacing,不断打空格)
+- ` `:空格	(non-breaking spacing,不打断空格)
 - `<`:小于号`<`(less than)
 -  `>`:大于号`>`(greater than)
 - `&`:符号`&`

From a2eb638a724a83a948ea01027e48a59f8a8a39a5 Mon Sep 17 00:00:00 2001
From: xiayulu 
Date: Sun, 30 Oct 2022 09:17:52 +0800
Subject: [PATCH 3/3] =?UTF-8?q?b=20=E4=B8=8E=20strong=20=E6=B2=A1=E6=9C=89?=
 =?UTF-8?q?=E5=BA=9F=E5=BC=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 01-HTML/05-HTML标签:字体标签和超链接.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/01-HTML/05-HTML标签:字体标签和超链接.md b/01-HTML/05-HTML标签:字体标签和超链接.md
index 01e1c97..ce4a70d 100644
--- a/01-HTML/05-HTML标签:字体标签和超链接.md
+++ b/01-HTML/05-HTML标签:字体标签和超链接.md
@@ -82,7 +82,7 @@ http://img.smyhvae.com/2015-10-01-cnblogs_html_13.png)
 
 
 
-### 粗体标签``或``(已废弃)
+### 粗体标签 ``或``
 
 效果:
 
@@ -90,8 +90,6 @@ http://img.smyhvae.com/2015-10-01-cnblogs_html_13.png)
 
 
 
-
-
 ### 字体标签``(已废弃)
 
 属性: