RetroZilla/parser/htmlparser/tests/html/strike002.html
2015-10-20 23:03:22 -04:00

18 lines
261 B
HTML

<html>
<head>
<title>Nested STRIKE</title>
</head>
<body>
nested STRIKE <br>
1normal text in body line 1.
<STRIKE>
A This text is in STRIKE
<STRIKE>
<br> B line 2 in STRIKE
</STRIKE>
C line 3 in STRIKE
</STRIKE>
2normal text in body line 2.
</body>
</html>