|
Khimaira FAQs :: Khimaira WebHosting Solutions
|
Khimaira FAQs :: Web Design Tips and Resources :: Chapter 4 - Linking to other pages
| Information |
Chapter 4 - Linking to other pages and
other sites
Visit Khimaira WebHosting This is what the HTML tags look like... <a href="http://khimaira.com">Visit Khimaira WebHosting</a> Note the "a" then a space
href=" " That is where you define the URL of where you want the
link to go. That is an example of what is called "hard
referencing." Hard vs. soft referencing will be explained next in
this chapter.
Hard referencing Check out Khimaira's Great Services and Prices! This is what the HTML tags look like... (Note the complete URL) Check out <a href="http://khimaira.com/hosting.htm">Khimaira's Great Services and Prices!</a> Soft referencing Check out Khimaira's Great Services and Prices! This is what the HTML tags look like... (Note the ../ to indicate to the browser/server to go up a directory to find the web page) Check out <a href="..hosting.htm">Khimaira's Great Services and Prices!</a> Soft referencing has many advantages.
If you are linking to a page on your server, in a directory that is the same or
one step above or below the directory where the HTML page lies, use soft
referencing because the page will load faster because it doesn't have to find
the DNS (domain name server) location again. Basically this means that it
loads faster due to the fact that the HTML page you are linking to is very close
in terms of the server.
Visit This is what the HTML tags look like... Visit <a href="http://khimaira.com/"><img
src="http://khimaira.com/images/top.ht1.jpg"></a> to learn
more HTML!!!
Email Comments to the Webmaster This is what the HTML tags look like... Email Comments to the <a href="mailto:webmaster@khimaira.com">Webmaster</a> Note how this is setup. It is
just like linking to a page, but the "mailto:" information is the key.
Make sure you follow the "mailto:" attribute with a valid email
address.
http://www.liquidimaging.com/liqimg/submit/welcome.htm http://www.the6thwave.com/promote5.shtml
|
 
