align text to right html code example
Example 1: center text in css
.class {
text-align: center;
}
Example 2: align center html
<!-- use the center tag -->
<center>
<!-- your code -->
</center>
.class {
text-align: center;
}
<!-- use the center tag -->
<center>
<!-- your code -->
</center>