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://okkomadewaltricks.blogspot.com "> Click Here</a>
And this is how it looks:
Click Here
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://okkomadewaltricks.blogspot.com ">abcdefghij</a>
Which appears as so:
abcdefghij
This is just a simple html text link for more help and a more indept look at creating links check out w3Schools.
Making the link is very simple.
This is how you would create a link directing to this site:
<a href=" http://okkomadewaltricks.blogspot.com "> Click Here</a>
And this is how it looks:
Click Here
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://okkomadewaltricks.blogspot.com ">abcdefghij</a>
Which appears as so:
abcdefghij
This is just a simple html text link for more help and a more indept look at creating links check out w3Schools.
0 comments
Post a Comment