p {font-size: 12pt}
p:first-letter {font-size: 200%; float: left}
<p>The first words of an article.</p>
The output could be something like this:
___ | he first | words of an article
.
Note: The "first-letter" pseudo-element can only be used
with block-level elements.
Note: The following properties apply to the "first-letter"
pseudo- element:
· font properties
· color properties
· background properties
· margin properties
· padding properties
· border properties
· text-decoration
· vertical-align (only if 'float' is 'none')
· text-transform
· line-height
· float
· clear
Note: IE 4.01 and IE 5.0 does not support the "first-letter"
pseudo-element, but IE 5.5 does.
Note: NN 4.5 does not support the "first-letter"
pseudo-element.