+ 1
How to go to next page in html?? Please tell me with a example.
🙏
5 Réponses
+ 7
Are you asking for buttons for switching between the pages?
Then this might help you:
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_next_prev
+ 1
Redirecting to next page
0
Expatiate please.
What do you really mean by 'going to the next page'?
0
You can use a link:
<a href="page.html">next page</a>
0
Write the code on sololearn and show me please.