+ 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
3 odpowiedzi
+ 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>
+ 1
What do you mean by search button?
+ 1
How I can navigate through website using search button