1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / accessibility / css / first-letter.html [blame]

<style type="text/css">
h1:first-letter { color: orange; font-size: xx-large; }
p:first-letter { color: lime; font-size: xx-large; }
p:before { color: red; content: 'T'; }
</style>
<h1>Chapter 1</h1>
<p>his starts with a large T.
<h1>स्थलों</h1>
<h1>((AB))C</h1>