Why doesnt my link link to the html page?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why doesnt my link link to the html page??

<!DOCTYPE html> <html> <head> </head> <body style="background-color:#0000ff;color:#ffffff;> <h1><a href="varisivu.html">Takaisin</a></h1> </body> </html>

25th Sep 2016, 8:32 AM
The Hunter
The Hunter - avatar
1 Answer
+ 1
If the page you are trying to link to is a file on your computer, you need to first open it on your web browser, the part you want to have after ""Href="" should look something like this : "file:///C:/Users/.html" (copy and paste it from the bar that usually says "www". or "https" ) Then make sure its in the same folder on your computer as the text document you have this code in.
25th Sep 2016, 10:29 AM
Cindy B