Click to return to the HTML Help home page    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

To Create a Bookmark


Microsoft Corporation

Updated June 10, 1999

  1. Bookmark a location in an HTML file using the following syntax:

    <a name="Bookmark">Text</a>

    where Bookmark is name of the bookmark and Text is the word or phrase you want the bookmark to link to.
  2. Then create a link to the bookmark using the following syntax:

    <a href="#Bookmark">Link</a>

    where #Bookmark specifies the bookmark to link to and Link is the link text.

Note

Home page link About working with links
 


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.