Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:
ok so S/O @ Hbar1st, she already explained to me what I was doing wrong, pulse told me what I should keep out for Thank You, However here I am again, frustrated cause I could have Been done with this, So I ask What am I doing wrong here???

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    <img src="https://cdn.freecodecamp.org/curriculm/cat-photo-app/relaxing-cat.jpg">
     
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

You have a slight typo.

Thank you,
That was all that I was missing.

Sometimes it just takes an extra set of eyes!

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