how to align the button on the right 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;"