1text-align:left; //Aligns the text to the left
2text-align:right; //Aligns the text to the right
3text-align:center; //Aligns the text to the center
4text-align:justify; //Stretches the lines so that each line has equal width (like in newspapers and magazines)
5text-align:initial //Sets this property to its default value.
6text-align:inherit //Inherits this property from its parent element.