Answers for "html button open another html file"

6

button html link to another page

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
Posted by: Guest on December-27-2020

Code answers related to "html button open another html file"

Browse Popular Code Answers by Language