mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
16 lines
199 B
HTML
16 lines
199 B
HTML
<HTML>
|
|
<style>
|
|
Z { color:red; }
|
|
</style>
|
|
<BODY>
|
|
<FONT><X>
|
|
<TABLE border="2">
|
|
<Z>Should be above the Table</FONT>
|
|
<TR>
|
|
<TD>
|
|
Cell
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY></HTML>
|