Bookmark link in HTML | bookmark in html | html bookmark | How to make a bookmark in html | bookmark

Опубликовано: 12 Март 2026
на канале: web star tech
62
1

HTML links can be used to create bookmarks, so that readers can jump to specific parts of a web page.
Create a Bookmark in HTML
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.
Example
First, use the id attribute to create a bookmark:
id="C4"Chapter 4
Then, add a link to the bookmark ("Jump to Chapter 4"), from within the same page:
a href="#C4"Jump to Chapter 4a
You can also add a link to a bookmark on another page:
a href="html_demo.html#C4"Jump to Chapter 4 a

link
   • Bookmark link in HTML | bookmark in html |...