diff options
| author | Jason Lee <huacnlee@gmail.com> | 2022-01-04 17:38:26 +0800 |
|---|---|---|
| committer | Irvin <irvinfly@gmail.com> | 2022-02-15 22:48:15 +0800 |
| commit | 01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch) | |
| tree | b3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/small/index.html | |
| parent | c1ed2f39d8921536444e3334bab549d7100a286e (diff) | |
| download | translated-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.html | 8 |
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 中的<small>元素將使文本的字体变小一号。(例如从大变成中等,从中等变成小,从小变成超小)。在HTML5中,除了它的样式含义,这个元素被重新定义为表示边注释和附属细则,包括版权和法律文本。</p> +<p>HTML 中的<small>元素將使文本的字体变小一号。(例如从大变成中等,从中等变成小,从小变成超小)。在 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"><p>This is the first sentence. <small>This whole sentence is in small letters.</small></p> </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"><p>This is the first sentence. <span style="font-size:0.8em">This whole sentence is in small letters.</span></p> </pre> @@ -101,7 +101,7 @@ translation_of: Web/HTML/Element/small <h2 id="Notes" name="Notes">注意事项</h2> -<p>尽管<span style="font-family: Courier New;"> <small></span> 元素,<span style="font-family: Courier New;"><b> 元素</span>和 <span style="font-family: Courier New;"><i></span> 元素被认为违反了结构和样式分离的原则, 但是在HTML5中是允许使用这三个元素的. 读者应该自行判断使用 <small> 还是CSS。</p> +<p>尽管<span style="font-family: Courier New;"> <small></span> 元素,<span style="font-family: Courier New;"><b> 元素</span>和 <span style="font-family: Courier New;"><i></span> 元素被认为违反了结构和样式分离的原则,但是在 HTML5 中是允许使用这三个元素的。读者应该自行判断使用 <small> 还是 CSS。</p> <h2 id="浏览器兼容性">浏览器兼容性</h2> |
