how to keep submit button in center in html code example
Example 1: 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>
Example 2: input type submit align center
<input type="text" style="margin:0px auto; display:block;" />