how to do buttons html code example
Example 1: how to add buttons in html
<button type="button" onclick="alert('You pressed the button!')">Click me!</button>
Example 2: button
<androidx.appcompat.widget.AppCompatButton
<button type="button" onclick="alert('You pressed the button!')">Click me!</button>
<androidx.appcompat.widget.AppCompatButton