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

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>