how to use search box in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

3rd Jun 2018, 5:00 AM
Hasanuzzaman Shimul
Hasanuzzaman Shimul - avatar
1 Answer
+ 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
3rd Jun 2018, 5:18 AM
Akash Pal
Akash Pal - avatar