<html>
<head>
<title>Set the style for first line of <P></title>
<style type="text/css">
p:first-line {
font-size: 200%;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Title of Page</h1>
<p>This is a sample paragraph with a <a href="http://www.java2s.com" class="warning">link</a>. After link. <em class="warning"> in em warning</em>. After em.</p>
</body>
</html>