How to go to the other page in hyperlink tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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?

23rd Nov 2021, 2:10 AM
Sean Pineda
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
23rd Nov 2021, 2:23 AM
zexu knub
zexu knub - avatar