Responsive-web-design/learn-html-by-building-a-cat-photo-app step 29

Step 29

Inside the figure element you just added, nest an img element with a src attribute set to https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg.

     <figure>



<img scr="https://cdn.freecodecamp.org/curriculum/cat-photo -app/cats.jpg">

</figure>

Don’t work

you have a few typos. Check your work carefully.

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