algign button right code example
Example 1: align button right
<input type="button" value="Click Me" style="float: right;">
Example 2: aligment buttons right
float: right;
<input type="button" value="Click Me" style="float: right;">
float: right;