aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/div/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/div/index.html')
-rw-r--r--files/zh-cn/web/html/element/div/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/div/index.html b/files/zh-cn/web/html/element/div/index.html
index 15f608528b..9709d43925 100644
--- a/files/zh-cn/web/html/element/div/index.html
+++ b/files/zh-cn/web/html/element/div/index.html
@@ -20,7 +20,7 @@ translation_of: Web/HTML/Element/div
<p class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</p>
-<p>作为一个“纯粹的”容器,<code>&lt;div&gt;</code> 元素在语义上不表示任何特定类型的内容。然而,其可以将内容分组,从而可以使用{{htmlattrxref("class")}}或是{{htmlattrxref("id")}}属性方便的定义内容的格式,也可以在一段文档中划分标记出使用另一种语言书写的内容(使用{{htmlattrxref("lang")}} 属性)等等。</p>
+<p>作为一个 “纯粹的” 容器,<code>&lt;div&gt;</code> 元素在语义上不表示任何特定类型的内容。然而,其可以将内容分组,从而可以使用{{htmlattrxref("class")}}或是{{htmlattrxref("id")}}属性方便的定义内容的格式,也可以在一段文档中划分标记出使用另一种语言书写的内容(使用{{htmlattrxref("lang")}} 属性)等等。</p>
<table class="properties">
<tbody>
@@ -47,7 +47,7 @@ translation_of: Web/HTML/Element/div
<td>Any</td>
</tr>
<tr>
- <th scope="row">所使用的DOM API 接口</th>
+ <th scope="row">所使用的 DOM API 接口</th>
<td>{{domxref("HTMLDivElement")}}</td>
</tr>
</tbody>
@@ -87,7 +87,7 @@ translation_of: Web/HTML/Element/div
<h3 id="样式实例">样式实例</h3>
-<p>本例使用CSS将样式应用于&lt;div&gt;,从而创建一个阴影框。注意使用&lt;div&gt;上的 {{htmlattrxref("class")}}属性将名为“shadowbox”的样式应用于元素。</p>
+<p>本例使用 CSS 将样式应用于&lt;div&gt;,从而创建一个阴影框。注意使用&lt;div&gt;上的 {{htmlattrxref("class")}}属性将名为 “shadowbox” 的样式应用于元素。</p>
<h4 id="HTML">HTML</h4>