blob: 82ec762aa0f273534ea0a5a24f76639666555b64 (
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>
|