Learn HTML by Building a Cat Photo App - Step 8

in step 8 i cannot pass .pls help me

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>
      < img src="https://cdn.freecodecamp.org/curriculum/            cat-photo-app/relaxing-cat.jpg

<!-- User Editable Region -->

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

<!-- User Editable Region -->

    </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/124.0.0.0 Safari/537.36 Edg/124.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 8

Welcome to the FCC forum. Your src link is have space. Reset the challenge and try to copy and paste it correctly.
@khero

thank you very much dear

Your welcome, happy Coding.

1 Like

again i cannot pass the challenge. am new to coding. I haven’t any knowledge about coding before this. so help me to pass this challenge. Or tell me the correct code . am tired by this step

Show your modified code here, add three (```) back ticks before and after your code in a separate line.

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

Post your entire html code. And use back ticks in a separate line above and below your code.

is this a new step? use the ask for help button on the new step please

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

type or paste code here

no, it is not a new step

This is correct. You may have modified other part of your code. Reset your challenge and try again.

thank you so much. you are good person . thank you for all

Pleasure are all mine. Happy Coding.

1 Like

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