How to Add Links

When designing a website, you may come across a situation where you want to create a link to another webpage for your visitors to go to. Using HTML code, which stands for HyperText Markup Language, you can easily add links to your webpage content, and direct your visitors to other pages on the Internet.

Things You'll Need

  • Web editing application
  • Active web server
Show More

Instructions

    • 1

      Open the page that you want to add links to in your web editing application.

    • 2

      Place your cursor at the point in the body section of your HTML code where you want to insert a link.

    • 3

      Type <a href="www.address.come">New Page</a> into your code. Replace "www.address.com" with the exact web address that you want to direct your visitors to with the link. Replace "New Page" with the text that you want to appear as the link on your webpage.

    • 4

      Repeat Step 4 for any other links that you want to add.

    • 5

      Save the code of your webpage, and upload it to your active web server. When visitors click on one of the new links, they will be redirected to the address you entered in Step 3.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured