Jump to content

Trouble with file paths


Cue

Recommended Posts

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?

 

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

  • 2 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...