tidy-html5/test/html5/html4/strike4.html
2014-08-05 13:11:09 +02:00

14 lines
309 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>strike tag</title>
</head>
<body>
<p>Version 2.0 is <strike>not yet available!</strike> now available!</p>
<p>The strike element is not supported in HTML5. Use CSS instead.</p>
</body>
</html>