Can someone tell me how to make a word a link to a website. Like example make mysite link to www.mysite.com. (This isn't my website, just an example) I am trying to learn HTML. Thanks I tried using the codes from blogger that gave me links on my blog but I am doing something wrong. I am starting my website and I am not that great at it but I am learning.
With external links placed on your websites as part of link exchange deal or whatever, they usually set a target="_blank" attribute to the hyperlink so that it opens in a new window and leaves your website alone while leading the visitor to the other site. So, it will look like: <a href="http://yoursite.com" target="_blank">Link</a> Code (markup):
I got it to work on my blog, thanks but for some reason I tried doing my signature but it didn't work, maybe I missed a letter or something. I copied and paste it and replaced it with my information. I'll try again.