align button to right of div code example
Example 1: align button right
<input type="button" value="Click Me" style="float: right;">
Example 2: aligment buttons right
float: right;
Example 3: how to align form buttons right
style="float: right;"