+ 2
Can i get links in button tag
Can i make a button that can send you to a link in html with button or input tag?
2 Answers
+ 11
<button onclick="document.location='http://sololearn.com'">My btn</button>
You can also try it
+ 4
Thank you very much
Can i make a button that can send you to a link in html with button or input tag?