aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/section/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/section/index.html')
-rw-r--r--files/zh-cn/web/html/element/section/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/section/index.html b/files/zh-cn/web/html/element/section/index.html
index 9a256ca1e7..0d9138ceaa 100644
--- a/files/zh-cn/web/html/element/section/index.html
+++ b/files/zh-cn/web/html/element/section/index.html
@@ -9,7 +9,7 @@ translation_of: Web/HTML/Element/section
---
<div>{{HTMLRef}}</div>
-<p><strong>HTML &lt;section&gt;元素</strong>表示一个包含在HTML文档中的独立部分,它没有更具体的语义元素来表示,一般来说会有包含一个标题。</p>
+<p><strong>HTML &lt;section&gt;元素</strong>表示一个包含在 HTML 文档中的独立部分,它没有更具体的语义元素来表示,一般来说会有包含一个标题。</p>
<div>{{EmbedInteractiveExample("pages/tabbed/section.html", "tabbed-standard")}}</div>
@@ -62,7 +62,7 @@ translation_of: Web/HTML/Element/section
<li>不要把 {{HTMLElement("section")}} 元素作为一个普通的容器来使用,这是本应该是{{HTMLElement("div")}}的用法(特别是当片段(the sectioning )仅仅是为了美化样式的时候)。 一般来说,一个 {{HTMLElement("section")}} 应该出现在文档大纲中。</li>
</ul>
-<h2 id="范例1:">范例1:</h2>
+<h2 id="范例1:">范例 1:</h2>
<h3 id="之前">之前</h3>
@@ -79,7 +79,7 @@ translation_of: Web/HTML/Element/section
&lt;/section&gt;</code>
</pre>
-<h2 id="范例2:">范例2:</h2>
+<h2 id="范例2:">范例 2:</h2>
<h3 id="之前_2">之前</h3>