Iam unable to find out the code which makes me to create button using html and that works as link.
I have tried from many sources but I'm unable to figure out my problem. So im hoping that anyone from this website will help me to sort my problem.
Iam unable to find out the code which makes me to create button using html and that works as link.
I have tried from many sources but I'm unable to figure out my problem. So im hoping that anyone from this website will help me to sort my problem.
To put inside the of your HTML file
<form>
<input type="button"onclick="window.location.href='https://stackoverflow.com';" value="stackoverflow" />
</form>