Learn Intermediate CSS by Building a Cat Painting - Paso 1

Tell us what’s happening:

Esta bug? me dice que mi elemento body debe ir despues de head
lo estoy colocando y me sigue tirando error

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head><body></body>

</html>

<!-- User Editable Region -->

Your browser information:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0

Challenge Information:

Learn Intermediate CSS by Building a Cat Painting - Paso 1

Hola @overfire209

Elimine los elementos meta y title, ya que no se mencionaron en las instrucciones.

Feliz codificación