Spicing Up Your Homepage with Graphics Links
Now that you can put images into your webpages, we will show you the main features of the HTML, which is Hyperlink.
A <HREF> </A> HyperLinks
Linking homepages is not very difficult, but you have to understand the HTML syntax and how to add links to your homepage.

Just like other HTML tags, hyperlinks have their own HTML tag. This tag is called the anchor <A>. It allows you to specify which file you want to link to, and the text or image you want to click on. Here is the HTML tag you might need.

Clicking on a link to a <TEXT>.
For Local links: (Within your own webpages)
<A HREF="next.htm">Click Here </A>

With this tag, you will only see the underlined words Click Here , when you view your HTML document. When you click on the words, the other page called next.htm will load up.

For External links: (Link to others person webpages)
<A HREF="http://www.kkipc.sabah.net.my>KKIP Communications Sdn Bhd Homepage</A>

With this external link, you will only see the words KKIPC
Communications Homepage underlined. When you click on the words, you will go to the KKIP Communications Sdn Bhd Homepage. Remember, when you want to link to external webpages, you must included the "http://"in front of the domain name, or else the browser will think it is an internal link.


Web Pages created by Edu.Net
Feedback to Webmaster
webmaster@sabah.edu.my