how to make a button open a webpage in html code example
Example: how to add button to open a website using html
<button onclick="window.open('http://www.example.com')">
</button>
<button onclick="window.open('http://www.example.com')">
</button>