Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:

Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more <a_blank href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </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/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hello! @omkarkadam, Welcome to the Forum :confetti_ball: :confetti_ball:

Happy New Year 2024! :tada:

Whenever you add your challenge step, provide your own issue by editing the template.

Add the line u wrote and the err u encountered.

Useful link to solve this challenge: anchor tag target attribute

Hi. Happy New Year! I’m a newbie here in freeCodeCamp, and also a newbie in programming. I tried recreating the CatPhotoApp program using my device’s storage drive as the form handler for the submit form action. When I put in a link in the text field, and clicked on the submit button, the form isn’t submitting in the storage path that I’m using. I’m not really sure where I’m doing it wrong. Your help will be greatly appreciated.

you need backend knowledge for that, continue learning to code

also, next time you ask for help please open your own topic

Thank you. I really appreciate your response. I’ll continue with my coding journey then.

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