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>
.
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>
.