In this post i will show you how to make a text link or hyperlink.
Making the link is very simple.
This is how you would create a link directing to this site:
<a href=”http://www.spiceupyourblog.com”> Click Here</a>
And this is how it looks:
To make the link direct to your site or any web page you want all you have to do is replace my link (the bit in red) with your link.
<a href=”Replace this with your link“>Here</a>
You may also change the text that shows.
So instead of “Click Here” you could have :
<a href=”http://www.spiceupyourblog.com”>abcdefghij</a>
Which appears as so:
This is just a simple html text link for more help and a more indept look at creating links check out w3Schools.
More help is only a comment away.