left up right
Text Decoration

text-decoration: none | [underline || overline || line-through || blink] | inherit

h3 { text-decoration: underline blink }

text-decoration:none

text-decoration:underline

text-decoration:overline

text-decoration:line-through

text-decoration:underline overline

text-decoration:underline overline line-through

Browsers do not have to support blink, Firefox and Opera do but with different rates. Chrome, Safari and IE8 do not. Blink rate should be 0.5 sec on and off.