aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/small/index.html
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2022-01-04 17:38:26 +0800
committerIrvin <irvinfly@gmail.com>2022-02-15 22:48:15 +0800
commit01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch)
treeb3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/small/index.html
parentc1ed2f39d8921536444e3334bab549d7100a286e (diff)
downloadtranslated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.gz
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.bz2
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.zip
Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element.
Diffstat (limited to 'files/zh-cn/web/html/element/small/index.html')
-rw-r--r--files/zh-cn/web/html/element/small/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/html/element/small/index.html b/files/zh-cn/web/html/element/small/index.html
index 5c661cf515..33977ad1c6 100644
--- a/files/zh-cn/web/html/element/small/index.html
+++ b/files/zh-cn/web/html/element/small/index.html
@@ -8,7 +8,7 @@ translation_of: Web/HTML/Element/small
---
<div>{{HTMLRef}}</div>
-<p>HTML 中的&lt;small&gt;元素將使文本的字体变小一号。(例如从大变成中等,从中等变成小,从小变成超小)。在HTML5中,除了它的样式含义,这个元素被重新定义为表示边注释和附属细则,包括版权和法律文本。</p>
+<p>HTML 中的&lt;small&gt;元素將使文本的字体变小一号。(例如从大变成中等,从中等变成小,从小变成超小)。在 HTML5 中,除了它的样式含义,这个元素被重新定义为表示边注释和附属细则,包括版权和法律文本。</p>
<div>{{EmbedInteractiveExample("pages/tabbed/small.html", "tabbed-shorter")}}</div>
@@ -57,7 +57,7 @@ translation_of: Web/HTML/Element/small
<h2 id="Example_1" name="Example_1">例子</h2>
-<h3 id="例子1">例子1</h3>
+<h3 id="例子1">例子 1</h3>
<pre class="brush: html">&lt;p&gt;This is the first sentence. &lt;small&gt;This whole sentence is in small letters.&lt;/small&gt;&lt;/p&gt;
</pre>
@@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/small
<p>This is the first sentence. <small>This whole sentence is in small letters.</small></p>
-<h3 id="Example_2" name="Example_2">例子2 (CSS 替代)</h3>
+<h3 id="Example_2" name="Example_2">例子 2 (CSS 替代)</h3>
<pre class="brush: html">&lt;p&gt;This is the first sentence. &lt;span style="font-size:0.8em"&gt;This whole sentence is in small letters.&lt;/span&gt;&lt;/p&gt;
</pre>
@@ -101,7 +101,7 @@ translation_of: Web/HTML/Element/small
<h2 id="Notes" name="Notes">注意事项</h2>
-<p>尽管<span style="font-family: Courier New;"> &lt;small&gt;</span> 元素,<span style="font-family: Courier New;">&lt;b&gt; 元素</span>和 <span style="font-family: Courier New;">&lt;i&gt;</span> 元素被认为违反了结构和样式分离的原则, 但是在HTML5中是允许使用这三个元素的. 读者应该自行判断使用 &lt;small&gt; 还是CSS。</p>
+<p>尽管<span style="font-family: Courier New;"> &lt;small&gt;</span> 元素,<span style="font-family: Courier New;">&lt;b&gt; 元素</span>和 <span style="font-family: Courier New;">&lt;i&gt;</span> 元素被认为违反了结构和样式分离的原则,但是在 HTML5 中是允许使用这三个元素的。读者应该自行判断使用 &lt;small&gt; 还是 CSS。</p>
<h2 id="浏览器兼容性">浏览器兼容性</h2>