When using templates provided by web hosting companies, you may want to create more than one page or link to another website that will benefit or interest your webpage visitors.
You may need
to know how to write an HTML link, some web hosts let you just enter the URL
address. However, if you need to write the HTML here is a summary:
LINKS:
The first line shows the whole example, the following lines describe what each part does and how to best implement the link.
<a href=http://thelocation_of_my_page>Here's my page</a>
|
<a href=http:// thelocation_of_my_page> Here's my page </a> |
tells the browser to look for something the URL for your page the visible click area and the"end click area tag". |
No spaces in the middle
of the page URL from the browser's Address line.