Learn HTML by Building a Cat Photo App - Step 8

i can pass this step .Its step 8, I couldn’t correct it

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more cat photos in our gallery.</p>
      <imgsrc="https://cdn.freecodecamp.org/curriculm/cat-photo-app/relaxing-cat.jpg">

you should leave a space between the name of the element and the src attribute

also pls post a link to the challenge so we can read it.

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