p:first-line font-size: 2em;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
p:first-line {
font-size: 2em;
background-image: url(http://java2s.com/style/logo.png);
}
</style>
</head>
<body>
<p>Ea imperdiet disputationi eos, tempor comprehensam vis in. Quas sonet prompta at qui. Viris labitur expetenda mei an. Id mel ludus veniam. Vitae saperet ancillae mei et, usu eu erat senserit definitionem. Ad sed causae graecis accumsan.</p>
</body>
</html>
Related examples in the same category