Answers for "how to make a button link to another page in another tab in html"

37

html links

<a href="url">link text</a>
Posted by: Guest on February-16-2020
4

button html link to another page

<form action="https://google.com">
    <input type="submit" value="Go to Google" />
</form>
Posted by: Guest on April-02-2021

Code answers related to "how to make a button link to another page in another tab in html"

Browse Popular Code Answers by Language