I created a button with the code below
I know that the button tag has an onclick event. I was wondering if without using javascript that I could have it open a link to another page? If so how is it done?
<a href="index.html">
Newbie in search of knowledge
Code:
<button>New</button></p>
I know that the button tag has an onclick event. I was wondering if without using javascript that I could have it open a link to another page? If so how is it done?
<a href="index.html">
Newbie in search of knowledge