mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00: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>
|