content-159-ref.html (239B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 border: 2px solid blue; 7 } 8 </style> 9 <body> 10 <p>Test passes if there are 3 quotes (" ' ") in the blue box.</p> 11 <div>" ' "</div> 12 </body>