<style type="text/css"> <!-- .overline {text-decoration:overline} /* składnia z podaniem */ .linethrough {text-decoration:line-through} /* wartości atrybutu class */ .underline {text-decoration:underline} .none {text-decoration:none} --> </style>
Tekst sformatowany przy pomocy znacznika span, który należy do klasy overline. {text-decoration:overline}
Tekst sformatowany przy pomocy znacznika span, który należy do klasy linethrough. {text-decoration:line-through}
Tekst sformatowany przy pomocy znacznika span, który należy do klasy underline. {text-decoration:underline}
Ten link należy do klasy none. http://www.tlig.org {text-decoration:none}
5.4.3 'text-decoration'
Value: none | [ underline || overline || line-through || blink ] Initial: none Applies to: all elements Inherited: no, but see clarification below Percentage values: N/A
5.1 Notation for property values