How to go to next page in html?? Please tell me with a example. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to go to next page in html?? Please tell me with a example.

🙏

5th Jan 2021, 2:19 AM
Nitij Yadav
Nitij Yadav - avatar
5 Antworten
+ 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
5th Jan 2021, 3:33 AM
Aditya
Aditya - avatar
+ 1
Redirecting to next page
5th Jan 2021, 10:05 AM
Nitij Yadav
Nitij Yadav - avatar
0
Expatiate please. What do you really mean by 'going to the next page'?
5th Jan 2021, 2:28 AM
Samuel Egbeola
Samuel Egbeola - avatar
0
You can use a link: <a href="page.html">next page</a>
5th Jan 2021, 3:17 AM
Pieter Edwards
Pieter Edwards - avatar
0
Write the code on sololearn and show me please.
5th Jan 2021, 10:06 AM
Nitij Yadav
Nitij Yadav - avatar