Newbie Webmaster Free Graphics and Resources

Hosting
Domain Names
Templates
  
Graphics and Other Website News NewbieHangout Free Graphics and Resources Home Image, Graphics and Web Site Hosting Templates and Graphics Templates Free Linkware Graphics Graphics Tutorials Contact Us Graphic

Links

The World Wide Web wouldn't be too useful without links. Links are what make the Web a . . . web!. You can add links (or "hyperlinks,") that connect your page to any other site on the Net, and any other site can link back to you.

When you want to build a link, the first thing you need is the URL of the page you're linking to.

Then decide which word (or words) on your page will act as the link. The link will be the hot spot, where people can click if they want to go somewhere else. Links are generally underlined, and appear on the browser in a different color than the rest of the text (the default color for links is blue, but this can be altered).

To create a link, you should sandwich your selected words between the "anchor" tags, <a href="?"> and </a>, replacing the ? with the correct URL. The "href" may seem cryptic, but it's just an abbreviation for Hypertext REFerence. Translation: It tells the browser what file it's referencing and where to find it.

The HTML for a link to the beginning of our HTML Pages would appear like this:

<a href="http://www.NewbieHangout.com.com/html/">Learn HTML</a>
And would appear in a browser like this: Learn HTML

Note that the URL is enclosed in quotations marks, and that there are are no spaces between any of the characters, from href to the
closing >. And always remember to close off a link with the </a> tag, or your entire page will become one long messy link and that can be a real problem, let alone very frustrating for anyone visiting your page.

Links to Other Pages of Your Own:

Anchor tags can be used to direct the browser to other web pages or images that you have stored on your server. You will still need to know your URL. If your server allows you to store all of your webpages in a single directory, it will be very easy. You would simply make a link to the page by using the file name as the URL.

<A HREF="page2.html">My Second Page</A>

Linking Within A Document:

Many web pages present a large amount of content in one long document. In the case where you may want to use this type of format, it is a good idea to provide navigational links to points within the document to make it easier to maneuver around the web page for viewers. This is accomplished with another type of anchor tag, combined with one described above.

Here's an example of how it would be written <A HREF="#Food">Food</A>

Your navigational aid is called a "jump to" called "Food" and will create a link within your document to the place you have NAMED "Food". The second anchor tag for this is <A NAME=> , for the example given here it would read:

<A NAME="Food">
Now if someone uses the link for Food they will be brought down to that portion of your document.

A handy "jump to" to use, even if it is the ONLY one, is to <A NAME="top"> at the top of your page, with the <A HREF="#top">Back to the Top</A> placed at the bottom. This will allow people to jump back up to the top of the page, rather than having to scroll all the way back. Test it now by clicking Back to the Top

Return to Help Index

Helpful Links

Site Map

Partners

Resources

Advertise

Resellers

previous page


Favorite Links

| Graphic Tutorials | HTML Tutorials | 3d Logo Generator | Background Tiles. | PSP Resource Index |
| Signature Graphics | Incredimail Letters | Code Generators | Java Scripts | Free Classifieds |


Newbie Hangout Logo

Copyright © 2001-2003 NewbieHangout.com. All Rights Reserved. No part of this website may be copied or reproduced. Permission is not given under any circumstances to use any of the graphics or art on this site for any purpose whatsoever without prior written permission.