RetroZilla/parser/htmlparser/tests/html/span003.html

18 lines
247 B
HTML
Raw Normal View History

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