align text in the middle of button and align button in middle of page code example
Example: how to make a button centered in html5
<!--Put the button inside a p like this-->
<p style="text-align: center;"><button>See?</button>Whatever</p>
<!--Put the button inside a p like this-->
<p style="text-align: center;"><button>See?</button>Whatever</p>