Creating Links

Creating a link is one of the most basic tasks in building a website.

Here’s how you do it.

First, you need the address of the thing you are linking to. For example, this site’s address is http://www.makingcashontheweb.com

Then, you begin by typing the following

<a href=”

After the “ , you enter the address of the site and a closing >

Now, it looks like this:

<a href="http://www.mysite.com">

after the > , you type in the text that you want to show up as the link.

Then, you close the link by typing </a>

So the whole thing looks like this:

<a href="http://www.mysite.com">My Site</a>

Posted by The Editor on 09/02 at 01:48 PM
Blogging • (0) Comments • (0) TrackbacksPermalink