first-letter-background-image-ref.html (306B)
1 <!doctype html> 2 <title>CSS Test Reference</title> 3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 4 <link rel="author" href="https://mozilla.org" title="Mozilla"> 5 <style> 6 div::first-letter { 7 color: lime; 8 background-color: lime; 9 } 10 </style> 11 <div> 12 A letter 13 </div>