Description: Text Formatting Where Font attributes apply to the character level Text Formatting applies to how the characters are manipulated to makeup words and how words are used to make sentences. Indenting The text-indent property will allow you to indent the first line of a block of text. Values include: length, percentage P { text-indent: 3em } Text Alignment Defines how a block of text will be aligned within a containing element. Values include: left, right, center,...