1 2 3 4 5 6 7 8
<!doctype html> <title>CSS Test reference</title> <style> div { color: green; font-size: 10px; } </style> <div> Should be green, and have a 10px font-size. </div>