Learn HTML by Building a Cat Photo App - Step 8 generally need hint

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

Your code so far

<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>

<!-- User Editable Region -->

      <img>

<!-- User Editable Region -->

  <img> "https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jp" </img >
</img>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0; BGO-DL09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36

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

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

I do not understand where I 'm make mistake to solve it or configure.

please click the reset button which looks like an arrow turning
then find the img element which should look like this
<img>

and add a src attribute to this element so that the final result is similar to this

<img src="put-something-correct-here">

Make sure the value of the src attribute is the correct URL given to you in the exercise
(you can copy and paste it for accuracy)

hope this helps.

Yes that I get it now thanks

1 Like