<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD>
<TITLE>Drop cap initial letter</TITLE>
<STYLE type="text/css">
P {
font-size: 12pt;
line-height: 1.2;
width:250px;
}
P::first-letter {
font-size: 224%;
margin-top: -5px;
font-weight: bold;
float:left;
}
SPAN {
text-transform: uppercase
}
</STYLE>
</HEAD>
<BODY>
<P><SPAN>The first</SPAN> few words of an article
in The Economist.The first few words of an article
in The Economist.</P>
</BODY>
</HTML>
效果