What is the correct form. I can't find it

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p><a href="cat photos"></a></p>
    <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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 12

Link to the challenge:

Remove period after photos. Period should be outside </a>

still can’t do it. Could you please write the correct code here?

example:

<p>Click here to view more <a href="somelink.com">cat photos</a>.</p>

that’s what ı wrote

Click here to view more cat photos cat photos.

but it doesn’t accept and says " After nesting the anchor (a ) element, the only p element content visible in the browser should be Click here to view more cat photos. Double check the text, spacing, or punctuation of both the p and nested anchor element "


This is what I am seeing on the link that you have posted. If this is not the updated code, Can you share link to the updated one?

Got it! Please remove cat photos before <a

thank you so much bro!
god bless you

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