+ 3
How to make a html search
2 odpowiedzi
+ 7
You can refer this.
https://www.sololearn.com/learn/HTML/2217/
Have a try by using
<input type="name" class="myInput">
+ 1
With html you can make a search box using
<input type="search" >
But you can just type word and clear it.it will not search anything on its own.