blob: 7a498948e9fca26fa0ca5983416e3afffc7f0ad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en">
<head>
<style>
span.fake-first-letter { color: red; font-size: 200%; }
</style>
</head>
<body>
<p><span class="fake-first-letter">S</span>ome text</p>
</body>
</html>
|