x
<html>
<head>
<style>
p::first-letter{
font-size:40px;
}
</style>
</head>
<body>
<p>The font-size of first-letter of this paragraph is 40px.</p>
</body>
</html>
<html>
<head>
<style>
p::first-letter{
font-size:40px;
}
</style>
</head>
<body>
<p>The font-size of first-letter of this paragraph is 40px.</p>
</body>
</html>