+ 1
how to use search box in html?
making a search box in html is no problem. but how to make it functional? do i need to use javascript or php?
1 ответ
+ 5
You can use js to make search box functional. You can see example of it on w3school or on some codes on SoloLearn.
Here's W3school's Example:-
https://www.w3schools.com/howto/howto_js_filter_lists.asp