first-letter-004-ref.html (329B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 font-size: 36px; 7 } 8 span { 9 color: green; 10 } 11 </style> 12 <body> 13 <p>Test passes if the "T" and surrounding punctuation below are green.</p> 14 <div><span>၎̀T̀၎̀</span>est</div> 15 </body>