Answers for "html page button to html page"

1

how to add button to open a website using html

<button onclick="window.open('http://www.example.com')">
</button>
Posted by: Guest on February-24-2021
4

How to Create an HTML Button Using the Button Tag in an A Tag

<a href='https://www.freecodecamp.org/'><button>Link To freeCodeCamp</button></a>
Posted by: Guest on April-01-2021

Browse Popular Code Answers by Language