HTML links can be used to create bookmarks, so that readers can jump to specific parts of a web page.
Bookmarks can be useful if a web page is very long.
To create a bookmark - first create the bookmark, then add a link to it.
When the link is clicked, the page will scroll down or up to the location with the bookmark.
First, use the id
attribute to create a bookmark:
<h2 id="C4">Chapter 4</h2>
Then, add a link to the bookmark ("Jump to Chapter 4"), from within the same page:
You can also add a link to a bookmark on another page:
<a href="html_demo.html#C4">Jump to Chapter 4</a>
id
attribute (id="value") to define bookmarks in a pagehref
attribute (href="#value") to link to the bookmarkTag | Description |
---|---|
<a> | Defines a hyperlink |
For a complete list of all available HTML tags, visit our HTML Tag Reference.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!