counter-increment-047-ref.html (218B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 font-size: 30px; 7 } 8 </style> 9 <body> 10 <p>Test passes if the number '320' appears below.</p> 11 <div>320</div> 12 </body>