Text
The CSS Text property it is used for formatting the html page content.
The Text properties are:
- color
- direction
- letter-spacing
- line-height
- text-align
- text-decoration
- text-indent
- text-shadow
- text-transform
- text-overflow
- unicode-bidi
- vertical-align
- white-space
- word-spacing
Text example:
<html> <head> </head> <body>The heading text.
The paragraph text.
</body> </html>
The heading text.
The paragraph text.