aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/html/element/a/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/a/index.html b/files/zh-cn/web/html/element/a/index.html
index 73cc51ac21..58d4c40c05 100644
--- a/files/zh-cn/web/html/element/a/index.html
+++ b/files/zh-cn/web/html/element/a/index.html
@@ -12,7 +12,7 @@ translation_of: Web/HTML/Element/a
---
<div>{{HTMLRef}}</div>
-<p><span class="seoSummary"><strong>HTML <code>&lt;a&gt;</code> 元素</strong>(或称锚元素)可以创建通向其他网页、文件、同一页面内的位置、电子邮件地址或任何其他 URL 的超链接。</span></p>
+<p><span class="seoSummary"><strong>HTML <code>&lt;a&gt;</code> 元素</strong>(或称锚元素)可以通过<a href="#href">它的 <code>href</code> 属性</a>创建通向其他网页、文件、同一页面内的位置、电子邮件地址或任何其他 URL 的超链接。</span><code>&lt;a&gt;</code> 中的内容<strong>应该</strong>应该指明链接的意图。如果存在<span class="seoSummary"><a href="#href"> <code>href</code> 属性</a></span>,当 <code>&lt;a&gt;</code> 元素聚焦时按下回车键就会激活它。</p>
<div>{{EmbedInteractiveExample("pages/tabbed/a.html")}}</div>