blob: 8ca5fcd7eef52a8133ed75350db4e2b5c804c5cc (
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">é</span>cole</p>
</body>
</html>
|