aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/code/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/code/index.html')
-rw-r--r--files/zh-cn/web/html/element/code/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/element/code/index.html b/files/zh-cn/web/html/element/code/index.html
index 1090396027..974d1aafeb 100644
--- a/files/zh-cn/web/html/element/code/index.html
+++ b/files/zh-cn/web/html/element/code/index.html
@@ -4,7 +4,7 @@ slug: Web/HTML/Element/code
translation_of: Web/HTML/Element/code
---
<h2 id="摘要">摘要</h2>
-<p><strong>HTML <code>&lt;code&gt;</code> 元素</strong>呈现一段计算机代码. 默认情况下, 它以浏览器的默认等宽字体显示.</p>
+<p><strong>HTML <code>&lt;code&gt;</code> 元素</strong>呈现一段计算机代码。默认情况下,它以浏览器的默认等宽字体显示。</p>
<ul class="htmlelt">
<li><dfn><a href="/en-US/docs/HTML/Content_categories" title="HTML/Content_categories">Content categories</a></dfn> <a href="/en-US/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">Flow content</a>, <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content categories#Phrasing content">phrasing content</a>, palpable content.</li>
<li><dfn>Permitted content</dfn> <a href="/en-US/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">Phrasing content</a>.</li>
@@ -19,9 +19,9 @@ translation_of: Web/HTML/Element/code
</pre>
<h3 id="Result" name="Result">结果</h3>
<p>Regular text. <code>This is code.</code> Regular text.</p>
-<p>(中文的等宽字和正常字看起来区别不大, 因为汉字本身就是方块行. 但是仍能看出几行文字之间的对齐差异)</p>
+<p>(中文的等宽字和正常字看起来区别不大,因为汉字本身就是方块行。但是仍能看出几行文字之间的对齐差异)</p>
<h2 id="注意">注意</h2>
-<p>CSS 规则可以覆盖浏览器默认的 <code>code</code> 标签字体样式. 但用户设置的浏览器字体选项可能会超过 CSS 的优先级, 使之无效.</p>
+<p>CSS 规则可以覆盖浏览器默认的 <code>code</code> 标签字体样式。但用户设置的浏览器字体选项可能会超过 CSS 的优先级,使之无效。</p>
<h2 id="Specifications" name="Specifications">Specifications</h2>
<table class="standard-table">
<thead>