How do you make search button on your website functional? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you make search button on your website functional?

Am working on a personal project and I have experienced this problem. I can't make navigation faster. Help

6th Jun 2019, 6:30 PM
Kimathi Edwin
 Kimathi Edwin - avatar
3 Answers
+ 6
You could make a button , with an <a> inside , and at the href="your id" It will lead you to the element with that id. <button><a href="#id">Go there</a></button>
6th Jun 2019, 7:19 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
What do you mean by search button?
6th Jun 2019, 6:43 PM
Airree
Airree - avatar
+ 1
How I can navigate through website using search button
7th Jun 2019, 10:32 PM
Kimathi Edwin
 Kimathi Edwin - avatar