html div align right code example
Example 1: align div to the right
display:inline-block; float:right;
Example 2: html align right
<p style="text-align:right;">Example</p>
display:inline-block; float:right;
<p style="text-align:right;">Example</p>