Property | Description | Values |
Text–Indent | Defines the indentation of the first line of content |
|
Example of text which displays indents the first line using a length values such as 15px is displayed like text–indent:25px; |
||
Example of text which displays indents the first line using a percentage value such as 15% is displayed like text–indent:15%; |
||
Letter–Spacing | Defines the amount of whitespace to be inserted between the character boxes of text. |
|
Example of Text
which displays using letter– Spacingatsize 15px, the code is letter–spacing:15px; |
||
Example of Text which displays using letter – Spacingatsize 15px, the code is letter–spacing:normal; | ||
Word–Spacing | Defines the amount of whitespace to be inserted between words |
|
Example of text
which displays at word–spacing at 2em – the code is |
||
Example of text
which displays at word–spacing normal –
the code is word–spacing:normal; |
||
Text–Decoration |
Allows certain text effects such as underline |
|
Example of Text
which displays at text–decoration none –
the code is |
||
Example of Text
which displays at text–decoration underline –
the code is |
||
Example of Text
which displays at text–decoration overline –
the code is |
||
Example of Text
which displays at text–decoration line–through –
the code is |
||
Example of Text
which displays at text–decoration blink –
the code is |
||
Text–Align |
Property sets the horizontal alignment of text |
|
Example of text which displays the text–align property of left – the code is |
||
Example of text which displays the text–align property of center – the code is |
||
Example of text which displays the text–align property of right – the code is |
||
Example of text which displays the text–align property of justify – the code is |
||
Line–Height |
Defines the minimum distance between baselines within that element |
|
Example of text which displays the line–hight using length – the code is |
||
Example of text which displays the line–hight using percentage – the code is |
||
Example of text which displays the line–hight using length – the code is |
||
Text–Transform | Property changes the case of letters in an element |
|
Example of text
which displays at text–transform of uppercase – the code is text–transform:uppercase; |
||
Example of text
which displays at text–transform of lowercase – the code is text–transform:lowercase; |
||
Example of text
which displays at text–transform of Capitalize – the code is text–transform:capitalize; |
||
Vertical–Align |
Defines the vertical alignment of an inline element’s baseline |
|
Example of text
which di splays at vertical–align of baseline – the code is |
||
Example of text
which displays at the <sup> tag which raises the register mark above the baseline of text Vioxx® –
the code is <sup>®</sup> |