how to align right the button text code example
Example 1: how to right align a text button
<p align="right">
<input type="button" value="Click Me" />
</p>
Example 2: how to align form buttons right
style="float: right;"
<p align="right">
<input type="button" value="Click Me" />
</p>
style="float: right;"