+ 1
What is the html code to go from one page to another page
3 Antworten
+ 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>