how to move a button in a form to right end code example
Example 1: align button right
<input type="button" value="Click Me" style="float: right;">
Example 2: how to align form buttons right
style="float: right;"
<input type="button" value="Click Me" style="float: right;">
style="float: right;"