0
How do I create a search button in html
I want to create a search button in which I search for any webpage and it act as a link in my website
4 Answers
+ 14
??????
<button onclick=location=prompt("URL")>Navigate</button>
??????
+ 4
<input type="search">
+ 1
Please share your attempt :)
+ 1
There is no search button . Do you mean search bar ?