Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I have done everything but it still says " After nesting the anchor (a ) element, the only p element content visible in the browser should be See more cat photos in our gallery. Double check the text, spacing, or punctuation of both the p and nested anchor element.

Your code so far

  <p>See more cat photos in our gallery. <a href="https://freecatphotoapp.com">cat photos</a>.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hello.

You have modified your code. Reset it, then:
In your p element, directly before the text cat photos add your a element wit your href with a value of https://freecatphotoapp.com
Then directly after the text cat photos add your a closing tag.
Ensure that you have only 1 space in your a element, that is the one in-between the text cat and photos

The answer to the question here is simple solving this might not be, the cat photos link needs to be in the text.
See more cat photos in our gallery

Can I see an example using your code?
I have done what you just shared but it keep saying is After nesting the anchor (a ) element, the only p element content visible in the browser should be See more cat photos in our gallery. Double check the text, spacing, or punctuation of both the p and nested anchor element.

Can you please post your updated code here so that we can see where your problem lies now

I keep getting the same error message.
After nesting the anchor (a ) element, the only p element content visible in the browser should be See more cat photos in our gallery. Double check the text, spacing, or punctuation of both the p and nested anchor element.

Please post your code here.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

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