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