0 / 60 seg.

Spot the error in the following internal CSS code:

<!DOCTYPE html>
<html>
<head>
    <style>
        p {
            color: red
        }
    </style>
</head>
<body>
    <p>This paragraph should have red text.</p>
</body>
</html>