Hard time understandin

Tell us what’s happening:
Describe your issue in detail here.
i am not understanding what to do

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>

<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" 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.</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.</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14150.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.97 Safari/537.36

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Can you be a little more specific. What part of the instructions don’t you understand?

everything about step 12

I don’t think I now what step 12 is? I’m not seeing anything that says step 12 in this challenge. Please be very specific about what you don’t understand.

Also, it appears you changed the URL for the image src. I don’t see anywhere in the instructions where it is asking you to do that. You only want to make changes that the instructions ask you to make. Don’t change anything else. You might want to click “Reset All Code” to get a fresh start.

So this lesson is specifically about nesting an anchor element with a paragraph element. What worked for me was to slowly re-read the provided info and instructions whenever I felt stuck.

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