content-042-ref.html (278B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 border: 2px solid black; 7 color: green; 8 } 9 </style> 10 <body> 11 <p>Test passes if the words "center" appear in the box below.</p> 12 <div align="center">center</div> 13 </body>