- 1
How to go to the other page in hyperlink tag?
<!DOCTYPE html> <html> <head> <title>Hi I'm Sean Pineda</title> </head> <body> <h1>Hi I'm Sean Pineda the author of this page</h1> <h3>Check the facts about Me</h3> <a href="Here.html">Click Here</a> </body> </html> This is the code that I use what do u guys think is missing?
1 Answer
+ 1
The absolute address of the page might be missing.
go to the file manager & copy the complete path of Here.html
or instead move the Here.html in the same folder as your main file & use ./Here.html