To create a bookmark
- Bookmark a location in an HTML file using the following syntax:
<a name="Bookmark">Text</a>
whereBookmarkis name of the bookmark andTextis the word or phrase you want the bookmark to link to. - Then create a link to the bookmark using the following syntax:
<a href="#bookmark">Link</a>
where#Bookmarkspecifies the bookmark to link to andLinkis the link text.
Note
- Bookmarks refer to links that are in the middle of an HTML file. You can also link to a bookmark in another topic file.
![]() | About working with links |
