Learn HTML by Building a Cat Photo App - Step 18

Tell us what’s happening:
Describe your issue in detail here.
help
Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <section>
        <h2>Cat Photos</h2>
        <!-- TODO: Add link to cat photos -->
        <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</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>  
      </section>
      <h2>CatLists</h2>
    </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/105.0.0.0 Safari/537.36

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

Link to the challenge:

within the second section
your h2 is below the second section :rofl:

that didnt work either

You can’t just tell us it didn’t work. You have to show us what you did so we know what you mean by “that didn’t work”.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line of its own you can use the </> button above the editor to add the triple back ticks.

type or paste code here
``` <section>  
        <h2>Cat Lists</h2>
      </sectiion>

That doesn’t look right. Might be an extra i in there.

:rofl: :rofl: :rofl: it worked thanks

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