Learn the CSS Box Model By Building a Rothko Painting - Step 2

Hello ! I don’t know why my code don’t pass with the “title” element even though I follow the instruction and verify the syntax. And I’m using Firefox.
It says :
Sorry, your code does not pass. Keep trying.
Your code should have a title element.

  <head>
    <meta charset="utf-8"
    <title>Rothko Painting</title>
  </head>
  <body>
    <img src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png">
  </body>

Welcome to the forum @ravololonirinajerome

The meta tag is not closed.

So the code after it is not recognised by the brower.

Happy coding

1 Like

Thank you ! I’m going to pay more attention to the tags before or after next time

1 Like