+−<!DOCTYPE html> +−<meta charset="utf-8"> +−<title>CSS Reference</title> +−<style> +− div { +− border: 2px solid black; +− color: green; +− } +−</style> +−<body> +− <p>Test passes if the word "green" appears in the box below.</p> +− <div>green</div> +−</body>