+ 1
How to make a next and previous page button only with html or html 5.
5 Réponses
+ 6
It cant be done , without using Javascript the buttons won't work
+ 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
+ 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
+ 1
Can I
make a search bar or button with html or html 5 .
If yes then how?
0
ok thanks