content-048-ref.html (253B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 body { 6 background: #ffff00; 7 } 8 div { 9 color: green; 10 } 11 </style> 12 <body> 13 <div>#ffff00</div> 14 <p>Test passes if there is the text "#ffff00" above.</p> 15 </body>