html align text left
<p style="text-align: left;"> Left alignment </p>
html align text left
<p style="text-align: left;"> Left alignment </p>
html align text right
<p style="text-align: right;"> Right alignment </p>
how to align text in html
<!-- Code by Scratchy -->
<!-- Twitter: @S_cratchy-->
<!-- Solution 1 -->
<p>
This is some cool text in html, wow such cool text
</p>
<!-- Solution 2 -->
<font style="text-align:right;"> This text is on the right</font>
<font style="text-align:center;"> This text is in the center</font>
<font style="text-align:left;"> This text is on the left</font>
text align css
p{
text-align:center;/*values: center, left, right, etc...*/
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us