pseudo-first-letter.html (256B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-pseudo/#first-letter-application"> 3 <link rel="match" href="pseudo-first-letter-ref.html"> 4 <style> 5 div::first-letter { 6 color: green; 7 } 8 </style> 9 <div><ruby>Base<rt>Annotation</ruby></div>