14 lines
309 B
HTML
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>
|