Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
What am I missing? I search through the forum and couldn’t locate an answer to my issue.

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

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS aarch64 15054.114.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

Please tell us what your issue,
Even though i have noticed that,
In the first line of any html you need to declare what type of code you are going to writting, Give your browser tittle, add which language you are using in html opening also, and fiinally add alternative test for the image so that if your source goes wrong it will take .
If you get it, Mark This Is Solution.

This should be cdn not cnd
Double check your url and use copy paste if needed to avoid errors.

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