+ 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>
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.