From 01b845e6d402777fe03cc4dd7ed5f21af400eed1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 4 Jan 2022 17:38:26 +0800 Subject: Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element. --- files/zh-cn/web/html/element/blockquote/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/html/element/blockquote/index.html') 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
{{htmlattrdef("cite")}}
-
是一个标注引用的信息的来源文档或者相关信息的URL。通常用来描述能够解释引文的上下文或者引用的信息。
+
是一个标注引用的信息的来源文档或者相关信息的 URL。通常用来描述能够解释引文的上下文或者引用的信息。
@@ -63,7 +63,7 @@ translation_of: Web/HTML/Element/blockquote

例子

-

下面的这个例子演示了使用 <blockquote> 元素引用一段来自 {{RFC(1149)}} 的内容,以禽类作为载体的IP 数据包传输标准。

+

下面的这个例子演示了使用 <blockquote> 元素引用一段来自 {{RFC(1149)}} 的内容,以禽类作为载体的 IP 数据包传输标准。

<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>
 
-

上面的HTML代码将会生成:

+

上面的 HTML 代码将会生成:

{{EmbedLiveSample("Example", 640, 180)}}

-- cgit v1.2.3-54-g00ecf