Making Links


Please credit us if this tutorial helps you.

Related Tutorials: Linking Images

The Example

This is an example of a link:

I AM A LINK.

A Link is a text, image, or anything else that is clickable, and when you click on it, it leads to another page or website. It can be in a new window, or same window. The link above leads to a new window.

So basically, a link takes you to another page. In order to make a link, you need to know the URL (website address) or the directed page.

The Code

This is how, in general, a link code should look like:

<a href="http://URLHERE">LINK NAME</A>

Replace URLHERE with the web address you want the link to lead to. So for instance, the example above lead to Google.com.
Note:Make sure you add the http:// part, or the link won't work!
The www part isn't necessary, but could be added.

Replace LINK NAME with what you want your text to say. For example, if you wanted it to lead to our site, you might want something like 'Twinzworld'.

Memorize!!

Copy and memorize the code below!

<a href="http://URLHERE">Link name</a>
Hope the tutorial helped. A link back would be appreciated.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
++Top++Refresh++Go Back++