RetroZilla/parser/htmlparser/tests/html/strike002.html

18 lines
261 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>