text-decoration

H2 { text-decoration: underline }

H3 { text-decoration: line-through }

H4 { text-decoration: blink }

With the text-decoration property, text can be underlined, displayed with an a strikethrough line, or made to blink.