1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html> <style> span { color: green; } div::first-letter { font-size: 100px; } </style> <div style="color: red"> <span>X</span> </div> </html>