Linking to other web pages.

The tag for linking to other web pages is < a > and you must specify the URL of the target page. For pages saved in the same folder you can just provide the name of the file and it will be located relative to the current page. For other pages you have to provide the complete URL. For instance:

< a href="my_other_page.html" > One of my other pages. < /a >

< a href="http://www.google.com" > Google < /a >


You can select View | Page Source from your browser to view the source code that produced this web page.

Click here to return to the main page.