aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonghn233 <songhn233@gmail.com>2021-04-14 02:37:42 +0800
committerIrvin <irvinfly@gmail.com>2021-04-19 14:56:14 +0800
commit4810c6f5b3509c2acbf0ab9b5499bd8b4b4d2a60 (patch)
tree9a26f3cede882323d5cd3dcb4d1c35fab7692a6b
parent19c3968096af2136a0a80ae013d62e99c686bdc3 (diff)
downloadtranslated-content-4810c6f5b3509c2acbf0ab9b5499bd8b4b4d2a60.tar.gz
translated-content-4810c6f5b3509c2acbf0ab9b5499bd8b4b4d2a60.tar.bz2
translated-content-4810c6f5b3509c2acbf0ab9b5499bd8b4b4d2a60.zip
update: a element ref
-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>