content-158-ref.html (264B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 border: 2px solid blue; 7 height: 30px; 8 } 9 </style> 10 <body> 11 <p>Test passes if there is a single quote (') in the blue box below.</p> 12 <div>'</div> 13 </body>