I am stuck on Rothko Painting step 2 help please!

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset='UTF-8'></meta>
  <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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 2

Link to the challenge:

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset='UTF-8'></meta>
  <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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 2

Link to the challenge:

So what is it that I am missing ?

meta is self-closing tag, so this line of code is incorrect

But when I clicked on ‘’ Check Your Code’', the hint indicated that there is something wrong with the title.Anyway I restarted the step and did what you have written and it passed.Thank you.

Hints not always clear. There can be plenty of possible mistakes, it’s impossible to have error messages to all of them. Be aware of that in the future.

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