Como adicionar botão para abrir um site usando HTML

<button onclick="window.open('http://www.example.com')">
</button>               
codes_with_roh