How to make a next and previous page button only with html or html 5. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to make a next and previous page button only with html or html 5.

22nd Jun 2017, 2:36 PM
Bittoo Wadhwa
Bittoo Wadhwa - avatar
5 ответов
+ 6
It cant be done , without using Javascript the buttons won't work
22nd Jun 2017, 4:45 PM
Utkαrsh
Utkαrsh - avatar
+ 2
you could use <a class="button" href="#">Next</a> just replace "#" with your next page file, and customize the button class in your css, just remember add text-decoration: none; if you want to remove the underline
22nd Jun 2017, 5:39 PM
MCJEH
MCJEH - avatar
+ 2
I think if you're making a search bar, you don't need JavaScript BUT if you wanted it to do something like scan the page or site for keywords, you would need JavaScript
22nd Jun 2017, 5:56 PM
MCJEH
MCJEH - avatar
+ 1
Can I make a search bar or button with html or html 5 . If yes then how?
22nd Jun 2017, 5:52 PM
Bittoo Wadhwa
Bittoo Wadhwa - avatar
0
ok thanks
23rd Jun 2017, 4:34 AM
Bittoo Wadhwa
Bittoo Wadhwa - avatar