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
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
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.
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.