How to Make Text Linkable in HTML

How to Make Text Linkable in HTML thumbnail
Hyperlinks allow your visitors to move between pages on your site.

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.

Related Searches:
  • Photo Credit Ryan McVay/Photodisc/Getty Images

Comments

Related Ads

Featured