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

18 lines
247 B
HTML

<!--Commented code available in commented_code/index.html-->
<HTML>
<HEAD>
<TITLE>Test SPAN001</TITLE>
</HEAD>
<BODY>
<p>
<B> bold
<I> italic
</B> B closed(but actualy it closed the last span tag, which is I tag.
</I> I closed
</BODY>
</HTML>