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/blockquote/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/blockquote/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/blockquote/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/blockquote/index.html b/files/zh-cn/web/html/element/blockquote/index.html index 4bd40652b7..f6d8d2e06e 100644 --- a/files/zh-cn/web/html/element/blockquote/index.html +++ b/files/zh-cn/web/html/element/blockquote/index.html @@ -49,7 +49,7 @@ translation_of: Web/HTML/Element/blockquote <dl> <dt>{{htmlattrdef("cite")}}</dt> - <dd>是一个标注引用的信息的来源文档或者相关信息的URL。通常用来描述能够解释引文的上下文或者引用的信息。</dd> + <dd>是一个标注引用的信息的来源文档或者相关信息的 URL。通常用来描述能够解释引文的上下文或者引用的信息。</dd> </dl> @@ -63,7 +63,7 @@ translation_of: Web/HTML/Element/blockquote <h2 id="例子">例子</h2> -<p>下面的这个例子演示了使用 <code><blockquote></code> 元素引用一段来自 {{RFC(1149)}} 的内容,<cite>以禽类作为载体的IP 数据包传输标准。</cite></p> +<p>下面的这个例子演示了使用 <code><blockquote></code> 元素引用一段来自 {{RFC(1149)}} 的内容,<cite>以禽类作为载体的 IP 数据包传输标准。</cite></p> <pre class="brush: html"><blockquote cite="https://tools.ietf.org/html/rfc1149"> <p>Avian carriers can provide high delay, low @@ -80,7 +80,7 @@ translation_of: Web/HTML/Element/blockquote </blockquote> </pre> -<p>上面的HTML代码将会生成:</p> +<p>上面的 HTML 代码将会生成:</p> <p>{{EmbedLiveSample("Example", 640, 180)}}</p> |