x
 
<!DOCTYPE html>
<html>
<head>
<style>
p::first-letter {
  font-size: 200%;
  font-weight: bold;
  color: #8A2BE2;
}
</style>
</head>
<body>
<h1>::first-letter 演示</h1>
<p>我的名字是唐老鸭。</p>
<p>我最好的朋友是米老鼠。</p>
<p>我们住在鸭堡。</p>
</body>
</html>