Build a Cat Photo App - Step 8

Tell us what’s happening:

I am having problems with knowing were to add a src to a img

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
      <img src=https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
<!-- User Editable Region -->
    </main>
  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 8

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dc24073f86c76b9248c6ebb.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @gtyfsm2020,

Looking at the example in the instructions, please notice that the value of the src attribute is enclosed in double quotes…and don’t forget the bracket to close the img elementt.

Happy coding

you are doing good, now trying to add the quotes around the url, and close the image with >