gecko-dev/layout/html/tests/block/first-line.html
kipp%netscape.com 2f392118fc new
1998-12-05 19:13:58 +00:00

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>