text align in html 4 code example
Example 1: html align right
<p style="text-align:right;">Example</p>
Example 2: how to change the size of a style="text-align: center;"
<style>
p {
text-align:center;
font-size: 250%
}
<style>
<p style="text-align:right;">Example</p>
<style>
p {
text-align:center;
font-size: 250%
}
<style>