Learn HTML by Building a Cat Photo App - Step 12

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

Your code so far
im told to apply href attribute to code but it is already composed

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

<!-- User Editable Region -->

      <p>See more <a> cat photos </a> in our gallery.</p>
     <p> i think <a href="https://freecatphotoapp.com">link to cat pictures</a> </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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:

while i genuinely feel like this is a troll, you’ve not used the href where you should. You’ve added what is required to the wrong section, and added the string ’ i think ’ before the area you added it to.

reset the step. add the anchor tag with the appropriate href around the words ‘cat photos’ where you did add the anchor tag to begin with, excluding the spaces around the words.

appreciate the help! no im not a troll just have difficulty with step 12 i was smooth sailing until this step

this is what i plugged in it is not viable

See more href= cat photos in our gallery.

what do you mean when you say appropriate href ?

the freecatphotapp href.

This is what your code should look like:

Mod edit: removed

You don’t need to add anything to the second line, as you have. just add the appropriate anchor tag and href around the words ‘cat photos’

@trenhel

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

I didn’t solve it here or the other places. You’re deleting all the help I’m giving. Showing is just as valid a teaching opportunity as any other, and these are so early on in the lessons, that deleting my help is almost a detriment. I always gave a reason with or before. I don’t understand your reasoning

You actually deleted real help when one had issues with how it was presented TO them, and my explanation to them why it confused them…

You gave a good explanation, and then said “your code should look like this” and then gave them the code to pass the challenge

You can not give them any code they can copy and paste to pass the challenge.

Giving the answer is not something we allow on the forum

2 Likes

You’re the mod. If them’s the rules then them’s the rules

1 Like

If you want to provide a coding example to go with your explanation then thats fine. Many users do that, but it just cant be something they can copy and paste from the response and pass the challenge.

1 Like

Ok, I was ignorant to the rule. But knowing that opens up avenues. Sorry and thanks for the tip. I’m fairly new, and want to help when I can.

1 Like

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