Learn HTML by Building a Cat Photo App - Step 8

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

src=“http://cdn.freecodecamp.org/curriculum/cat_photo_app
relaxing_cat.jpg”>

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

 <img>src="http://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 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

1 Like

remove > after img

1 Like

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