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