Answers for "right align text button in html"

3

align button right

<input type="button" value="Click Me" style="float: right;">
Posted by: Guest on March-04-2020
-1

how to right align a text button

<p align="right">
  <input type="button" value="Click Me" />
</p>
Posted by: Guest on May-04-2020

Browse Popular Code Answers by Language