aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/q/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/q/index.html')
-rw-r--r--files/zh-cn/web/html/element/q/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/q/index.html b/files/zh-cn/web/html/element/q/index.html
index d3fe0982a3..078a127104 100644
--- a/files/zh-cn/web/html/element/q/index.html
+++ b/files/zh-cn/web/html/element/q/index.html
@@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/q
---
<div>{{HTMLRef}}</div>
-<p><em>HTML引用标签</em> (<strong>&lt;q&gt;</strong>)表示一个封闭的并且是短的行内引用的文本. 这个标签是用来引用短的文本,所以请不要引入换行符; 对于长的文本的引用请使用 {{HTMLElement("blockquote")}} 替代.</p>
+<p><em>HTML 引用标签</em> (<strong>&lt;q&gt;</strong>) 表示一个封闭的并且是短的行内引用的文本。这个标签是用来引用短的文本,所以请不要引入换行符; 对于长的文本的引用请使用 {{HTMLElement("blockquote")}} 替代。</p>
<table class="properties">
<tbody>
@@ -37,7 +37,7 @@ translation_of: Web/HTML/Element/q
</tbody>
</table>
-<p>{{NoteStart}}大多数现代浏览器,会为 &lt;q&gt; 文本添加引号(<q></q>)。旧浏览器可能需要使用 CSS 添加引号。<br>
+<p>{{NoteStart}}大多数现代浏览器,会为 &lt;q&gt; 文本添加引号 (<q></q>)。旧浏览器可能需要使用 CSS 添加引号。<br>
IE、Edge 与 Firefox、Chrome 引号样式略有不同。{{NoteEnd}}</p>
<h2 id="属性">属性</h2>
@@ -46,7 +46,7 @@ translation_of: Web/HTML/Element/q
<dl>
<dt>{{htmlattrdef("cite")}}</dt>
- <dd>这个属性的值是URL,意在指出被引用的文本的源文档或者源信息. 这个属性重在解释这个引用的参考或者是上下文.</dd>
+ <dd>这个属性的值是 URL,意在指出被引用的文本的源文档或者源信息。这个属性重在解释这个引用的参考或者是上下文。</dd>
</dl>
<h2 id="示例" name="示例">示例</h2>