Button Verlinken HTML
<a href="#"> <button>Mein Button</button></a>
Beautiful Butterfly
<a href="#"> <button>Mein Button</button></a>
<button onclick="window.location.href='/page2'">Continue</button>
<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
<button onclick="location.href='http://www.example.com'" type="button">
www.example.com</button>
<a href="https://www.google.com">
<button>Go to Google</button>
</a>
<button class="btn btn-success" onclick="location.href='http://google.com';"> Google</button>
#open link from button