|
|
|
If I wanted to direct you to the eBay home page I could just copy the link and then paste it here like this-
Or I could do it like this instead-
Here's the HTML
<A HREF="http://www.ebay.com.au/">eBay Home Page</A>
So all you need to do is type this
<A HREF="">
Between those quotation marks you paste the URL (the address) of the website.
Then after the bracket you type whatever you like as a description of the link, you could just type "Click Me" if you wanted.
Then you close it off by typing this
</A>
If you want the link to open in a new window add this
<A HREF="http://www.ebay.com.au/" TARGET="NEW">eBay Home Page</A>
Read about eBay's Link Policy by clicking here