mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
39 lines
895 B
HTML
39 lines
895 B
HTML
<HTML>
|
|
<HEAD>
|
|
<STYLE type="text/css">
|
|
P:first-line {
|
|
font-size: 24pt;
|
|
border: 2px solid khaki;
|
|
background-color: rgb(128,128,128);
|
|
}
|
|
P {
|
|
font-size: 12pt;
|
|
text-indent: 5em;
|
|
}
|
|
</STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<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>
|
|
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.
|
|
</B></P>
|
|
<P><B><I>
|
|
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.
|
|
</I></B></P>
|
|
</BODY>
|
|
</HTML>
|