How to Make Text Linkable in HTML
The heart and soul of Web design is links. Without links, a website would not be navigable, nor would a surfer find your site from external sources. When creating links, you probably don't want to display a meaningless URL. Instead, you want to use descriptive text, which is clickable to another page or website. This is accomplished through the use of hyper-text markup language, or HTML.
Instructions
-
-
1
Open an HTML page in a text editor, such as Notepad, and position your cursor where you want the link to go between the <body> and </body> tags.
-
2
Type the following code:
<a href="http://www.somedomain.com">Display text</a>
Replace the URL with your actual URL and the "Display text" with whatever text you wish to be clickable.
-
-
3
Hold the "Ctrl" key and press "S" to save your changes.
-
4
Upload the modified page to your website.
-
1
- Photo Credit Ryan McVay/Photodisc/Getty Images