How to Make a Hyperlink for a Web Page
- 1). Open your web page in your HTML editor or a plain text editor such as Notepad.
- 2). Find the word or phrase on your web page that you want as a hyperlink.
- 3). Type "<a href="/links/?u=(WEB URL)">" before the word or phrase that you choose.
- 4). Type </a> after the word or phrase. For example, if your word or phrase is "peanut butter makers" and your WEB URL is "http://www.ilovepeanutbutter.com", then your hyperlink will look like this: <a href="/links/?u=http://www.ilovepeanutbutter.com">peanut butter makers</a>.