Learn HTML by Building a Cat Photo App - Step 15

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 -->
      <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"<a href="https://freecatphotoapp.com"><alt="A cute orange cat lying on its back."></a>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1

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

Link to the challenge:

I can see many others are stuck as well. And the solution was taken down over and over again. I’m guessing the “owner” of this blog has something to prove, and teaching users how to code certainly isn’t at the top of his or her list. It’s beyond frustrating to see “wow that helped! Thanks!” Followed by “this content has been removed, figure it out yourself”

0/10 learning from this website and blog. Thanks anyways I guess?

hi there,

Please note we are not trying to tell you how to learn. There are many ways to do it. For example, you can read a book or an article. You can watch a youtube video. You can get a tutor. But here in the fCC forum, we want to maintain a place that encourages the learners to think things through and/or to work on figuring things out because we hope that this method helps them to gain what we consider to be valuable developer skills such as : debugging, communication, research and persistence.

Granted this may not be to everyone’s liking, which is why fCC also has articles/youtube channel etc. I encourage you to make use of the many resources available to achieve your goals.

And if you need a hint or guidance, pls post here. (So long as it is not to ask for the solution).

What’s the point of offering a help blog if you’re going to delete comments?

I’m not sure what you mean? Did someone delete your comments?

Edit: if you mean why do we remove code solutions from the forum, it is because of what I said above. You can find code snippets on the internet whether via youtube video or an article etc but on the forum we have a different philosophy on how to develop coding skills. So you can choose to use the forum if that is what you prefer also or you can refer to books/articles/videos if you prefer to copy code snippets to learn that way.

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