HTML Links are not working

am currently creating a website, and for some reason a simple task linking to another web page is not working. When I try and link something I get

This webpage is not found. No webpage was found for the web address: C:\me\me\me etc etc”.

All I am trying to do is link a work to another page on my web page. Here is my code:

<a href="C:\\users\rob\website\page.html">page link</a>

I have also just tried linking google and amazon and get the same results.

Leave a Comment