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