<s> and <strike> are no longer supported in HTML5 but not all is lost...
You may now use the "<del>" tag or the CSS attribute with the following value "text-decoration: line-through;".
So which browsers still support the good ol' strike tag?
- Chrome: 1, 2, 3, 4, 5
- Firefox: 1, 2, 3
- Internet Explorer: 4, 5, 6, 7, 8
- Opera: 3, 4, 5, 6, 7, 8, 9, 10
- Safari: 1, 2, 3, 4, 5
TTFN
TM