How to create a strikethrough in CSS?
h1 { text-decoration: overline; } h2 { text-decoration: line-through; } h3 { text-decoration: underline; }
h1 { text-decoration: overline; } h2 { text-decoration: line-through; } h3 { text-decoration: underline; }