+ 1
how I can create link in button using only HTML?
4 odpowiedzi
+ 3
<button><a href="website.com">text</a></button>
you can also use javascript with a header as the onclick value of the button
0
I tried this .But after clicking on button link is not created.Is this applicable to internet explorer.
0
Ok . Thanks.