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

Tell us what’s happening:
I get this error: Your code should have a meta tag.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <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>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0

Challenge: Learn the CSS Box Model by Building a Rothko Painting - Step 2

Link to the challenge:

Your code seems correct.
Try to reset this step and do it again.

Same problem here on chromium: it requires a meta tag even if I already nested that in my head element. Did you solved it?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.