| <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> |