Links...Buttons... HTML5
Hi,
I am accustomed to creating links using the <a> tag. Suddenly I am confused when creating a button and the proper way to apply a tag using HTML5.
I’ve read conflicting information about this and am wondering what is the proper way to do it. I’ve read that it should be within a <form> tag, wrap the <a> tag around the button, assign it to class=“button”,or it should be javascripted(??)
<a href="https://www.mywebsite.com/html/"><button>Visit our Website!</button></a> ??
Thanks for the help.
