I use this code to right align a button.

<p align="right">
  <input type="button" value="Click Me" />
</p>

But <p> tags wastes some space, so looking to do the same with <span> or <div>.

10 Answers
10

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *