mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 10:20:19 +01:00
10 lines
238 B
HTML
10 lines
238 B
HTML
|
<HTML>
|
||
|
<BODY>
|
||
|
<FONT color=blue>
|
||
|
<B>blue bold,<I>blue bold italic,
|
||
|
</FONT>not blue but bold and italic,
|
||
|
<FONT COLOR="red">red bold and italic,
|
||
|
</B>red and italic but not bold,</I>red not bold not italic</FONT>
|
||
|
</BODY>
|
||
|
</HTML>
|