button a html code example
Example 1: how to make a button in html
<!--Button Element-->
<button>This is a Button!</button>
<!--Button with a link-->
<a href="blah blah blah" target="_blank"><button>Button w/ Link!</button></a>
Example 2: button
<androidx.appcompat.widget.AppCompatButton