在本文中,我们将学习如何在 HTML5 中指定链接文档的位置。这可以通过在 元素中使用 href 属性来完成。这有多种用途。最常用于将样式表或网站图标链接到文档。
句法:
以下示例说明了href属性的使用。
示例 1:在此示例中,使用 href 属性指定外部样式表的位置。
HTML
GeeksforGeeks
How to specify the location of the
linked document in HTML5?
HTML
GeeksforGeeks
How to specify the location of
the linked document in HTML5?
Click to open in the same tab
输出:
示例 2:在此示例中, 标记用于使用 href 属性链接文档。
HTML
GeeksforGeeks
How to specify the location of
the linked document in HTML5?
Click to open in the same tab
输出: