Tell us what’s happening:
Describe your issue in detail here.
i can’t pass this challenge am confused
Your code so far
<h2>CatPhotoApp</h2>
<main>
<P> <a target="_blank" href="https://www.freecatphotoapp.com"target"blank"> link to freecatphotoapp.com </a>
</P>
<p <a href="https://www.freecatphotoapp.com" target"_blank"> cat photos </a> </p>
<a href="https://www.freecatphotoapp.com" target="_blank">cat photos</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.</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 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Challenge: Nest an Anchor Element within a Paragraph
Link to the challenge:
onochie3dx:
<P></P>
These shouldn’t be capitalized.
This tag is malformed. you are missing a space and a =
.
onochie3dx:
<p <a
You didn’t finish the opening p
tag.
lowercase p’s and make sure they’re opened with <p>
and closed with </p>
check this one out, that’s number 3
Can you please include your updated code and tell us what the failing tests say? I can’t help from a screenshot.
1 Like
Here is how to write code into the forum.
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 (’).
You are not supposed to create a new anchor tag.
It looks like you tried to create one on line 3 but it has syntax errors in it.
I would suggest reseting the lesson and wrapping your p tags around the existing anchor element they already gave you on line 6
Hi @danuk17887 !
I have edited your post so now we can see the p tags in your post.
Please refer to my response to @onochie3dx on how to write code in the forum.
Thanks, sorry new here but have basic knowledge and trying to be helpful. I’ll have a read though thank you
system
closed
January 7, 2022, 6:07am
#10
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.