Hello everyone, the system is not accepting my code, it says YOU SHOULD HAVE #META TAG, this is not first time, it also happened in COLORED MARKERS

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">
  <title value="Rothko Painting">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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53

Challenge: Step 2

Link to the challenge:

Hello,
Welcome to the Forums :wave:


There are some mistakes in your code:

  • There is some space after the title text ,and the value attribute added to the title is not necessary.
  • There is an extra space before the src link. → ' https:..

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