Step 17 HTML - Code Wrong!

Hi

I’m stuck can anyone advise where im going wrong, much appreciated thanks

heyy man i think you can help me creating a link

Please post your actual code instead of a screenshot. Also please post a link to the step. Thanks

<main>
    <h1>CatPhotoApp</h1>
    
    <section>
        <h2>Cat Photos</h2>
        <!-- TODO: Add link to cat photos -->
        <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
        <a href="https://freecatphotoapp.com">
            <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
        </a>
    </section>
    
    <section>
        <!-- New section content goes here -->
    </section>
</main>

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-17

Your solution works from my end. Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you.

1 Like

thank you for helping me

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