1 2 3 4 5 6 7
<!DOCTYPE html> <style> div { color: green; font-size: 40px; } </style> <p>This test is successful if the 'T' below is green.</p> <div><br>T</div>