You can align text to the right, left, or center of your profile. Using an alignment tag will affect the entire line of text it appears in (even if you put it at the end of the line), so be careful about where you put these.
The center-align tag: < p . align="center">
Put this on a line of text you want centered. It will affect all lines after it until you use a different alignment tag.
The justify tag: < p . align="justify">
Put this on a line of text you want justified (stretched from the left side to the right side). It will affect all lines after it until you use a different alignment tag. If you use this on more than one line, it will justify the text between the tabstop and the right side of your profile.
The right-align tag: < p . align="right">
Put this on a line of text you want right-aligned. It will affect all lines after it until you use a different alignment tag.
The left-align tag: < p . align="left">
Put this on a line of text you want left-aligned. It will affect all lines after it until you use a different alignment tag.