Cue Posted September 24, 2020 Report Share Posted September 24, 2020 Hey guys, I am just start my html foundations course. I can't get my file paths pages to to work even tough I am following the instructions. It is leading to a page saying "file was not found It may have been moved or deleted ERR_FILE_NOT_FOUND" Any ideas what this could be? Quote Link to comment Share on other sites More sharing options...
administrator Posted September 24, 2020 Report Share Posted September 24, 2020 Just double check your code ... can you paste it here? Quote Link to comment Share on other sites More sharing options...
Cue Posted September 26, 2020 Author Report Share Posted September 26, 2020 Okay, I have checked. I can't figure out what the problems are. <!DOCTYPE html> <html> <head> <title>Home</title> </head> <body> <p>Welcome to my personal <a href= "file:///C:/Users/Cuen/Desktop/Myfirstwebsite/index.html"> home page</a> </p> <p>link to <a href="mailto:cuenmartin2310@gmail.com">my email</a></p> <hr> <h1>my work</h1> <p>Check out the list of <a target="_blank" href="sub-pages/file:///C:/Users/Cuen/Desktop/Myfirstwebsite/sub-pages/my-freinds.html"> my friends.</a> </p> <p> Check out the list of <a target="_blank" href= "file:///C:/Users/Cuen/Desktop/Myfirstwebsite/my-work-html.html">my work </a> <p/> <p> Check out <a target="_google" href= "http://www.google.com"> google </a> </p> </body> </html> Quote Link to comment Share on other sites More sharing options...
administrator Posted December 22, 2020 Report Share Posted December 22, 2020 On 9/25/2020 at 11:07 PM, Cue said: <a href= "file:///C:/Users/Cuen/Desktop/Myfirstwebsite/index.html"> home page</a> < Yes ... you paths are wrong. Please go watch that lesson again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.