Open up your notepad or any other HTML editor of your choice. If you use HTML editor, make sure you are in the edit mode since we want to see the HTML tag.
Step2
Since eHow won't allow HTML tag then I will replace smaller and greater than symbols with curly braces. An HTML page always begin with {HTML} tag then there will be a {HEAD} and {BODY} tag, make sure you have the enclosing tag too. So put this in your notepad/html editor:
Now we want to put our link in the body. HTML tag for link begin with {a href=""} tag. Inside the quotes will be the link you want the browser to go when they click on the text. Say that you want to have a link to Google website then you want to add this tag inside betwen the {BODY} tag.