Adjusting kerning with letter-spacing. A positive value adds to the default space, and a negative value closes the space.
An example of adjusting word-spacing. You can set the length or use normal which overides inherited space attributes.
You can adjust the leading, or line-height of text, which is the distance between baselines of the lines of text. here were using 2 which is the same as 200%. You could also use a distance value , such as 12 px, or normal, which overrides inherited spacing values.
text-transform values can be capitalize, uppercase, lowercase or none, which overides inherited text values and leaves it as is.
Aligning the text left, center, right or justify with text-align.
Aligning text vertically with vertical-align. Choices are super, sub, baseline(normal), or using a relative value relative to it's parent, or a percentage value relating to it's parent. You can also use top, middle, bottom, text-top or text-bottom
Indenting a paragraph using text-indent. This can be a length value or a percentage.
Decorating text with text-decoration. Your choices are none, overline, underline, line-through, or blink.
Controlling white-space using the values pre, normal, or nowrap