mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
32 lines
653 B
HTML
32 lines
653 B
HTML
<HTML>
|
|
<HEAD>
|
|
<STYLE type="text/css">
|
|
P:first-letter {
|
|
font-size: 24pt;
|
|
color: green;
|
|
}
|
|
P {
|
|
font-size: 12pt;
|
|
}
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<TT>
|
|
<P>
|
|
Once upon a time, there was a silly man
|
|
<IMG SRC="raptor.jpg" width=25>
|
|
who lived in a silly house
|
|
upon the silly lane. The silly lane was so thilly becathe it was near
|
|
the silly man.
|
|
</P>
|
|
<P><B>
|
|
<I>O</I>nce upon a time, there was a silly man
|
|
<IMG SRC="raptor.jpg" width=25>
|
|
who lived in a silly house
|
|
upon the silly lane. The silly lane was so thilly becathe it was near
|
|
the silly man.
|
|
</B></P>
|
|
</TT>
|
|
</BODY>
|
|
</HTML>
|