Plz help me , I have been stuck on this for hours

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<a href="#footer"> "https://www.freecatphotoapp.com" >Jump to Bottom </a>

<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<p>Meowwww loved it, hated it, loved it, hated it yet spill litter box, scratch at owner, destroy all furniture, especially couch or lay on arms while you're using the keyboard. Missing until dinner time toy mouse squeak roll over. With tail in the air lounge in doorway. Man running from cops stops to pet cats, goes to jail.</p>
<p>Intently stare at the same spot poop in the plant pot but kitten is playing with dead mouse. Get video posted to internet for chasing red dot leave fur on owners clothes meow to be let out and mesmerizing birds leave fur on owners clothes or favor packaging over toy so purr for no reason. Meow to be let out play time intently sniff hand run outside as soon as door open yet destroy couch.</p>
<footer>id="footer". Copyright Cat Photo App</footer>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36

Challenge: Link to Internal Sections of a Page with Anchor Elements

Link to the challenge:

The I’d for th footer is in the wrong place. If I wanted an id on a p, it would be like:

<p id="my-id">Howdy!</p>

No, but I don’t have to write on the

I have to write on the last line where is written, I am trying for so much time but still, it is showing wrong, plz help me figure it out where the code is wrong?

you should remove the "https://www.freecatphotoapp.com" > from the code

and like kevinSmith said:

Nah man , not working!, plz figure out another way, whole day has passed and I still can’t figure it out :worried::worried::confused::confused:.

1 Like

can you fix the last line where you have write it like < footer >id=“footer”. Copyright Cat Photo App< /footer>’ where it should be like REDACTED. there is problem with how you have write id .

@renisan001, 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.

You can post solutions that invite discussion (like asking how the solution works, or asking about certain parts of the solution). But please don’t just post your solution for the sake of sharing it.
If you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.

1 Like
`
<!--Cross reference with this code 
line 3 and the last line are having problems in your code-->
<h2>CatPhotoApp</h2>
<main>
<a href="#footer">Jump to Bottom </a>

<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<p>Meowwww loved it, hated it, loved it, hated it yet spill litter box, scratch at owner, destroy all furniture, especially couch or lay on arms while you're using the keyboard. Missing until dinner time toy mouse squeak roll over. With tail in the air lounge in doorway. Man running from cops stops to pet cats, goes to jail.</p>
<p>Intently stare at the same spot poop in the plant pot but kitten is playing with dead mouse. Get video posted to internet for chasing red dot leave fur on owners clothes meow to be let out and mesmerizing birds leave fur on owners clothes or favor packaging over toy so purr for no reason. Meow to be let out play time intently sniff hand run outside as soon as door open yet destroy couch.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perspiciatis repudiandae ex iure, odit in amet sint consequatur doloremque hic, eos laudantium quasi porro architecto. Aspernatur quam qui nostrum officia maxime!</p>
<p>
    Lorem ipsum, dolor sit amet consectetur adipisicing elit. Aliquid perferendis sit alias culpa eveniet voluptas distinctio rerum. Reiciendis error repellat et ipsum adipisci provident ut. Obcaecati suscipit tempora asperiores nostrum?
    Lorem ipsum
</p>
<footer id="footer">Copyright Cat Photo App</footer>

`

@ZaynCodes A moderator just told another user not to post solution code, did you not read the thread? Please do not post solutions.

ohh i did read it now my bad !
but if in future i stuck in a bug what should I do? post the code or not post the code plz clarify if not to post code then what to do?

If you are asking for help you can post your code to get help with it.

If someone else asks for help with one of the challenges you should help them by explaining how to solve the challenge without posting solution code.

How you want to go about doing that is up to you. Sometimes you can rewrite code so it is not a solution but still shows code that would work as an example. It is up to the student that is asking for help to then take that example code and transform it into a solution to the given problem.

Thanks for explaining

oh sorry and thank you for telling me I will keep it in mind .

Thank you sooooooooooooo much, I was having so much tension about this and it got solved I am so happy, but I still have a doubt that why will we write p, I can’t understand it.

Make sure to follow the instructions clearly. Here you can see the a> tag is referencing the footer id

REDACTED

@puroxx, two others were told not to post solution code. Did you not read the thread?

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.

You can post solutions that invite discussion (like asking how the solution works, or asking about certain parts of the solution). But please don’t just post your solution for the sake of sharing it.
If you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.

Hi @Savvymann !

I am glad you were able to figure it out.

I am not sure what you mean this.
If you could show us an example of what you are talking about then we can help clarify things for you.

I mean to say that, when they told the answer they wrote </p>
<footer id="footer">, so I am asking why <p/> is written, we are writing footer here and not a paragraph, so why “p”?

Are you referring to @kevinSmith 's post?

<p id="my-id">Howdy!</p>

If so, he was trying to tell you that you were not placing the id inside the opening html tag.

You originally wrote this.

He was trying to show you how to properly add an id to an html tag.
He wasn’t trying to tell you to add it to the p tag.
That was just an example.

Hope that is clear.

1 Like

Yes, I was just trying to keep from blurting out the answer directly.