how to put into right the button in html code example
Example 1: how to right align a text button
<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;"