+ 1
Can the <a> tag be used as a button for a form if so pls answer
Instead of the <button> tag
5 ответов
+ 4
Yes it can be used and as the same time you can use both together to make the button have the attribute of a link
+ 2
How
+ 2
If you want to redirect on click on button
Use it like this
<button><a href="url_here">click to open link </a></button>
+ 1
Please see here:
https://code.sololearn.com/Wre78ZXSomYt/?ref=app
+ 1
Yes!!