how to make button when click open a link in htm 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>