+ 1
What is the html code to go from one page to another page
3 Answers
+ 4
Please be more specific.
+ 1
Ask more specifically your question
0
Youâll want to use an anchor element. These are used to link to other websites or pages within your site, using absolute or relative urls. Example: <a href=âhttp://www.google.comâ>Google </a>