aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/label/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/label/index.html')
-rw-r--r--files/zh-cn/web/html/element/label/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/label/index.html b/files/zh-cn/web/html/element/label/index.html
index 4c5a35199f..ee1d1937a1 100644
--- a/files/zh-cn/web/html/element/label/index.html
+++ b/files/zh-cn/web/html/element/label/index.html
@@ -6,7 +6,7 @@ tags:
- Forms
- HTML
- HTML forms
- - HTML表单
+ - HTML 表单
- Reference
- Web
- label
@@ -64,11 +64,11 @@ translation_of: Web/HTML/Element/label
<h2 id="示例">示例</h2>
-<h3 id="简单的label">简单的label</h3>
+<h3 id="简单的label">简单的 label</h3>
<pre class="brush: html">&lt;label&gt;Click me &lt;input type="text"&gt;&lt;/label&gt;</pre>
-<p>{{EmbedLiveSample('简单的label', '200', '50', '')}}</p>
+<p>{{EmbedLiveSample('简单的 label', '200', '50', '')}}</p>
<h3 id="使用_for_属性">使用 for 属性</h3>