+ 1

What is the html code to go from one page to another page

17th Dec 2017, 10:55 AM
Anand Limbu
Anand Limbu - avatar
3 Réponses
+ 4
Please be more specific.
17th Dec 2017, 12:22 PM
Anwar
Anwar - avatar
+ 1
Ask more specifically your question
17th Dec 2017, 12:13 PM
James16
James16 - avatar
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>
17th Dec 2017, 2:26 PM
Eric Snell
Eric Snell - avatar