align right in html code example
Example 1: html align right
<p style="text-align:right;">Example</p>
Example 2: css text align left
body {
text-align: left;
}
<p style="text-align:right;">Example</p>
body {
text-align: left;
}