Jumps to Other Web Pages

<A> and </A> using HREF=

To identify text as a hypertext jump to another Web page, use the <A> tag before the text and the </A> after the text. The URL of where you want to jump is included in the <A> tag with the HREF= tag; for example, <A HREF="http://www.whitehouse.gov/"White House</A>. URLs are enclosed in double quotes. In this example, when the user clicks on the text White House they will jump to the specified white house server name. Links are automatically underlined.

You can use the same syntax to jump to other .HTML pages, rather than other servers.