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

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

Rothko painting "https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png"/> **Your code so far**
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <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>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

yes how can i make it done?

What are you trying to do here?

Step 2

Within the head element, add a meta tag which sets the charset to UTF-8, and a title element with the value Rothko Painting.

Within the body element, add an img element with a src of https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png.

Which of these tasks do you need help with?