aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/blockquote/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/blockquote/index.html')
-rw-r--r--files/zh-cn/web/html/element/blockquote/index.html6
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>&lt;blockquote&gt;</code> 元素引用一段来自 {{RFC(1149)}} 的内容,<cite>以禽类作为载体的IP 数据包传输标准。</cite></p>
+<p>下面的这个例子演示了使用 <code>&lt;blockquote&gt;</code> 元素引用一段来自 {{RFC(1149)}} 的内容,<cite>以禽类作为载体的 IP 数据包传输标准。</cite></p>
<pre class="brush: html">&lt;blockquote cite="https://tools.ietf.org/html/rfc1149"&gt;
&lt;p&gt;Avian carriers can provide high delay, low
@@ -80,7 +80,7 @@ translation_of: Web/HTML/Element/blockquote
&lt;/blockquote&gt;
</pre>
-<p>上面的HTML代码将会生成:</p>
+<p>上面的 HTML 代码将会生成:</p>
<p>{{EmbedLiveSample("Example", 640, 180)}}</p>