<html>
<head>
<style>
p::first-letter {
font-size: 200%;
font-weight: bold;
color: #8A2BE2;
}
</style>
</head>
<body>
<h1>Demo of ::first-letter</h1>
<p>My name is Donald.</p>
<p>My best friend is Mickey.</p>
<p>We live in Duckburg.</p>
</body>
</html>