Build a Cat Photo App - Step 8

Tell us what’s happening:

I don’t know if it is spelled wrong or what but it is wrong I need help correcting my mistake

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/curriculm/cat-photo-app/relaxing-cat.jpe</img>=src
<!-- User Editable Region -->
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5.2 Safari/605.1.15

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

Review the syntax of an img element.

Look at the example in the instructions and compare