mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
18 lines
247 B
HTML
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>
|