aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/dfn/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/dfn/index.html')
-rw-r--r--files/zh-cn/web/html/element/dfn/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/dfn/index.html b/files/zh-cn/web/html/element/dfn/index.html
index 54ad800e1d..c0b6570808 100644
--- a/files/zh-cn/web/html/element/dfn/index.html
+++ b/files/zh-cn/web/html/element/dfn/index.html
@@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/dfn
<div class="note"><strong>HTML5 使用说明:</strong>
<ul>
- <li><code>&lt;dfn&gt;</code> 元素标记了被定义的术语;术语定义应当在 {{HTMLElement("p")}}, {{HTMLElement("section")}}或定义列表 (通常是{{HTMLElement("dt")}}, {{HTMLElement("dd")}} 对)中给出。</li>
+ <li><code>&lt;dfn&gt;</code> 元素标记了被定义的术语;术语定义应当在 {{HTMLElement("p")}}, {{HTMLElement("section")}}或定义列表 (通常是{{HTMLElement("dt")}}, {{HTMLElement("dd")}} 对) 中给出。</li>
<li>被定义术语的值由下列规则确定:
<ol>
<li>如果 <code>&lt;dfn&gt;</code> 元素有一个 <code><strong>title</strong></code> 属性,那么该术语的值就是该属性的值。</li>
@@ -54,7 +54,7 @@ translation_of: Web/HTML/Element/dfn
<h2 id="示例">示例</h2>
-<p>下列示例是合法的HTML5。</p>
+<p>下列示例是合法的 HTML5。</p>
<pre class="brush: html">&lt;!-- Define "The Internet" --&gt;
&lt;p&gt;&lt;dfn id="def-internet"&gt;The Internet&lt;/dfn&gt; is a global system of interconnected networks that use the Internet Protocol Suite (TCP/IP) to serve billions of users worldwide.&lt;/p&gt;