mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|