Learn HTML by Building a Cat Photo App - Step 8

Am i right or is it my add block i need help

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
<imgsrc>https://cdn.freecodecamp.org/curriculum/cat-photo-apprelaxing-cat.jpg
  </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/103.0.5060.134 Safari/537.36 OPR/89.0.4447.71

Challenge: Learn HTML by Building a Cat Photo App - Step 8

Link to the challenge:

You need to have some space btwn ‘img’ and ‘src’; The link should be inside the opening tag of <img> element.

i really appreciate your help …

1 Like

No wide space in the attributes

oh let me try…thanks
and what attribute?

thanks…honestly i wasnt aware

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