blob: fb1977288eea120168f1c6f6889f4e89c6e34c91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<style>
span.fake-first-letter { color: red; }
</style>
</head>
<body>
<p><span class="fake-first-letter">"T</span>ext"</p>
</body>
</html>
|