```
@@ -68,12 +71,9 @@ slug: Web/HTML/Global_attributes/itemprop
```html
-
Panasonic White
- 60L Refrigerator
-
-
-
Rated 3.5/5
- (based on
11
- customer reviews)
+
Panasonic White 60L Refrigerator
+
+
+
+ Rated 3.5/5
+
+ (based on 11
+ customer reviews)
```
@@ -126,9 +124,8 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
```html
- I was born on .
+ I was born on
+ .
```
@@ -138,13 +135,14 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
```html
-
Name:
- Amanda
-
Band:
-
- Jazz Band
- (12
- players)
+
Name: Amanda
+
+ Band:
+
+ Jazz Band
+ (12 players)
+
```
@@ -156,16 +154,11 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
```html
-
Name:
- Amanda
-
+
Name: Amanda
+
-
Band:
- Jazz Band
-
Size:
- 12 players
+
Band: Jazz Band
+
Size: 12 players
```
@@ -177,11 +170,11 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
```html
-
Flavors in my favorite ice cream:
-
- - Lemon sorbet
- - Apricot sorbet
-
+
Flavors in my favorite ice cream:
+
+ - Lemon sorbet
+ - Apricot sorbet
+
```
@@ -193,9 +186,11 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
```html
- orange
+ orange
```
@@ -207,22 +202,18 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
```html
```
```html
-
+
```
@@ -283,13 +274,13 @@ ID 不是人性化的,所以产品的名字是用的人所能看懂的文字
1. 如果项是一个类型项它必须满足:
- 1. 是一个被定义的属性名
- 2. 一个合法的指向语法定义的 URL
- 3. 一个合法的被用来当作所有权项属性名的 URL
+ 1. 是一个被定义的属性名
+ 2. 一个合法的指向语法定义的 URL
+ 3. 一个合法的被用来当作所有权项属性名的 URL
2. 如果一个项不是类型项,他必须:
- 1. 一个不含 "**.**" (U+002E 句号) 和 "**:**" (U+003A 冒号) 并且被用作一个所有权项的属性名(没有公共规范定义的)
+ 1. 一个不含 "**.**" (U+002E 句号) 和 "**:**" (U+003A 冒号) 并且被用作一个所有权项的属性名(没有公共规范定义的)
**注意:** 上面的规则不允许 ":" 在没有 URL 的值中 是因为否则它们没法和 URL 作区分。带有"." 的值被保留作为将来可能的拓展。空格也不被允许是因为否则值就会被解析为多个序列。
@@ -343,9 +334,9 @@ Names are unordered relative to each other, but if a particular name has multipl
```html
-
1
-
2
-
test
+
1
+
2
+
test
```
@@ -353,9 +344,9 @@ Names are unordered relative to each other, but if a particular name has multipl
```html
-
test
-
1
-
2
+
test
+
1
+
2
```
@@ -363,9 +354,9 @@ Names are unordered relative to each other, but if a particular name has multipl
```html
-
1
-
test
-
2
+
1
+
test
+
2
```
@@ -373,11 +364,11 @@ Names are unordered relative to each other, but if a particular name has multipl
```html
```
@@ -386,19 +377,16 @@ Names are unordered relative to each other, but if a particular name has multipl
### HTML
```html
-
- - Title
-
- The Reality Dysfunction
-
- Author
-
- Peter F. Hamilton
-
- Publication date
-
-
+
- Title
+ - The Reality Dysfunction
+ - Author
+ - Peter F. Hamilton
+ - Publication date
+
```
diff --git a/files/zh-cn/web/html/global_attributes/itemref/index.md b/files/zh-cn/web/html/global_attributes/itemref/index.md
index 879a7ab8aa8985..c24c205ea1bd33 100644
--- a/files/zh-cn/web/html/global_attributes/itemref/index.md
+++ b/files/zh-cn/web/html/global_attributes/itemref/index.md
@@ -17,11 +17,11 @@ slug: Web/HTML/Global_attributes/itemref
```html
-
Name: Amanda
+
Name: Amanda
-
Band: Jazz Band
-
Size: 12 players
+
Band: Jazz Band
+
Size: 12 players
```
diff --git a/files/zh-cn/web/html/global_attributes/itemscope/index.md b/files/zh-cn/web/html/global_attributes/itemscope/index.md
index 680a242085bc4a..e49a7f4f4533d3 100644
--- a/files/zh-cn/web/html/global_attributes/itemscope/index.md
+++ b/files/zh-cn/web/html/global_attributes/itemscope/index.md
@@ -20,9 +20,12 @@ slug: Web/HTML/Global_attributes/itemscope
下面一个例子指定的 `itemscope` 属性,设置了 `itemtype` 为 "http\://schema.org/Movie",并且有 3 个关联的 `itemprop` 属性(name、director、genre)。
```html
-
+
Avatar
-
Director: James Cameron (born August 16, 1954)
+
Director: James Cameron (born August 16,
+ 1954)
Science fiction
Trailer
diff --git a/files/zh-cn/web/html/global_attributes/title/index.md b/files/zh-cn/web/html/global_attributes/title/index.md
index 39df4294937196..fa5504aed4b6d3 100644
--- a/files/zh-cn/web/html/global_attributes/title/index.md
+++ b/files/zh-cn/web/html/global_attributes/title/index.md
@@ -28,8 +28,11 @@ slug: Web/HTML/Global_attributes/title
```html
需要考虑 title
中的换行,像
- 这个示例。
+ 这个示例。
```
diff --git a/files/zh-cn/web/html/index.md b/files/zh-cn/web/html/index.md
index 40297f2f0c8b58..b8829c457865a5 100644
--- a/files/zh-cn/web/html/index.md
+++ b/files/zh-cn/web/html/index.md
@@ -18,9 +18,11 @@ HTML 元素通过“标签”(tag)将文本从文档中引出,标签由在
## 主要资源
- HTML 介绍
+
- : 如果你是 Web 开发新手,请务必阅读我们的 [HTML 基础](/zh-CN/docs/Learn/Getting_started_with_the_web/HTML_basics) 文章来了解什么是 HTML 以及如何使用它。
- HTML 教程
+
- : 关于如何使用 HTML 的文章,教程和完整的示例,查看我们的 [HTML 学习区](/zh-CN/docs/Learn/HTML)。
- HTML 参考
@@ -67,7 +69,7 @@ HTML 元素通过“标签”(tag)将文本从文档中引出,标签由在
- [HTML 属性参考](/zh-CN/docs/Web/HTML/Attributes)
- : HTML 元素都含有**属性**。这些额外的属性值可以通过各种途径对元素进行配置或调整其行为。
- [全局属性](/zh-CN/docs/Web/HTML/Global_attributes)
- - : 全局属性可以在所有 [HTML 元素](/zh-CN/docs/Web/HTML/Element)上进行设置,*包括那些没有在相关标准中出现的元素*。这意味着即使这些非标准元素使得文档并不符合 HTML5 标准,它们也必须允许这些属性存在。
+ - : 全局属性可以在所有 [HTML 元素](/zh-CN/docs/Web/HTML/Element)上进行设置,_包括那些没有在相关标准中出现的元素_。这意味着即使这些非标准元素使得文档并不符合 HTML5 标准,它们也必须允许这些属性存在。
- [行级元素](/zh-CN/docs/Glossary/Inline-level_content)和[块级元素](/zh-CN/docs/Glossary/Block-level_content)
- : HTML 元素通常是“行级”或“块级”元素。一个行级元素仅会占用由定义它的标签所包裹起来的空间。而一个块级元素将会占用其父元素(容器)的全部空间,也就是创建一个“块”。
- [链接类型](/zh-CN/docs/Web/HTML/Link_types)
diff --git a/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.md b/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.md
index d31f6718428bdc..873243854e1238 100644
--- a/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.md
+++ b/files/zh-cn/web/html/quirks_mode_and_standards_mode/index.md
@@ -14,10 +14,10 @@ slug: Web/HTML/Quirks_Mode_and_Standards_Mode
对 [HTML](/zh-CN/docs/Web/HTML) 文件来说,浏览器使用文件开头的 DOCTYPE 来决定用怪异模式处理或标准模式处理。为了确保你的页面使用标准模式,请确认你的页面如同本范例一样拥有 DOCTYPE:
```html
-
+
-
+
Hello World!
diff --git a/files/zh-cn/web/html/viewport_meta_tag/index.md b/files/zh-cn/web/html/viewport_meta_tag/index.md
index e38694bf0a110f..aacaf75fbecfe1 100644
--- a/files/zh-cn/web/html/viewport_meta_tag/index.md
+++ b/files/zh-cn/web/html/viewport_meta_tag/index.md
@@ -30,6 +30,7 @@ slug: Web/HTML/Viewport_meta_tag
"viewport" `
` 标签的基本属性如下所示:
- `width`
+
- : 控制视口的大小。这可以设置为特定像素数(如'width=600'),也可以设置为特殊值`device-width`,即 [100vw](/zh-CN/docs/Web/CSS/length#视口_viewport_比例的长度),100% 的视口宽度。最小值为 `1`。最大值为 `10000`。负值会被忽略。
- `height`
@@ -37,15 +38,19 @@ slug: Web/HTML/Viewport_meta_tag
- : 控制视口的大小。 这可以设置为特定像素数(如 `width=600`),也可以设置为特殊值 `device-height`,即 [100vh](/zh-CN/docs/Web/CSS/length#视口_viewport_比例的长度),100% 的视口高度。最小值为 `1`。最大值为 `10000`。负值会被忽略。
- `initial-scale`
+
- : 控制页面首次加载时显示的缩放倍数。最小值是 `0.1`。最大值是 `10`。默认值为 `1`。负值会被忽略。
- `minimum-scale`
+
- : 控制页面允许缩小的倍数。最小值是 `0.1`。最大值是 `10`。默认值为 `1`。负值会被忽略。
- `maximum-scale`
+
- : 控制页面允许放大的倍数。设置一个低于 `3` 的值将不具备无障碍访问性。最小值是 `0.1`。最大值是 `10`。默认值为 `1`。负值会被忽略。
- `user-scalable`
+
- : 控制是否允许页面上的放大和缩小操作。有效值为 `0`、`1`、`yes` 或 `no`。默认值为 `1`,与 `yes` 相同。将值设置为 `0`(即与 `no` 相同)将违反 Web 内容无障碍指南(WCAG)。
- `interactive-widget`
@@ -80,9 +85,11 @@ slug: Web/HTML/Viewport_meta_tag
允许的值为:
- `resizes-visual`
+
- : [虚拟视口](/zh-CN/docs/Glossary/Viewport)被交互式组件调整大小。
- `resizes-content`
+
- : [视口](/zh-CN/docs/Glossary/Viewport)被交互式组件调整大小。
- `overlays-content`