aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/hyperlink/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/hyperlink/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/hyperlink/index.html')
-rw-r--r--files/zh-cn/glossary/hyperlink/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/hyperlink/index.html b/files/zh-cn/glossary/hyperlink/index.html
new file mode 100644
index 0000000000..7efa46bee5
--- /dev/null
+++ b/files/zh-cn/glossary/hyperlink/index.html
@@ -0,0 +1,33 @@
+---
+title: Hyperlink(超链接)
+slug: Glossary/Hyperlink
+tags:
+ - 导航
+ - 术语
+ - 编程
+translation_of: Glossary/Hyperlink
+---
+<p>超链接将网页或其他数据连接起来。在 HTML 中,{{HTMLElement("a")}} 标签定义了网页中的某处(例如一段文本或一张图片)到其他网页(也可能是本网页)的另一处的超链接。</p>
+
+<h2 id="深入了解">深入了解</h2>
+
+<h3 id="基础知识">基础知识</h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "Hyperlink", "Hyperlink")}} on Wikipedia</li>
+ <li>The <a href="/en-US/docs/Web/Guide/HTML/Hyperlink">Hyperlink</a> guide on MDN</li>
+</ul>
+
+<h3 id="技术资讯">技术资讯</h3>
+
+<ul>
+ <li><a class="external external-icon" href="https://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html">Links in HTML Documents - W3C</a></li>
+ <li><a class="external external-icon" href="https://w3c.github.io/html-reference/a.html">HTML5 a - hyperlink - W3C</a></li>
+</ul>
+
+<h3 id="学习更多">学习更多</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/HTML/Element/a">MDN上的 <code>&lt;a&gt;</code></a></li>
+ <li><a href="/en-US/docs/Web/HTML/Element/link">MDN上的 <code>&lt;link&gt;</code> </a></li>
+</ul>