Simple example for text-decoration
The "text-decoration"-property describes decorations that are added to the text of an element.
If the property is specified for a block-level element, it should affect all inline-level descendants
of the element (does not work yet!).
If it is specified for (or affects) an inline-level
element, it affects all boxes generated by the element.
Example: underline
underline]]>
This is simple test of the text-decorationunderline.
This is simple test with a bigger font-size.
This is simple test with a monospaced font.
The following text decorations are defined in the WD:
•
none
•
underline
•
overline
•
line-through
•
blink