+ 3
Hi, i wanna use button and link together how i can do that? Thank you
<a href="#"> </a> <button > click me </button> if i need to use js please explain thank you
2 ответов
+ 4
<button onclick="location.href='http://google.com'">Click</button>
OR
<a href="http://google.com"><button>Click</button></a>
+ 4
thank you cheeze you always help me 😘