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