If i understand this challenge it’s simply to nest an<a> statement inside of a paragraph, <p>. I think I’ve done this but the test is not passing, any tips? Here is the code:
<p>
View more <a target="_blank" href="http://freecodecamp.org">cat photos</a> for you to follow. more text to make sure it's nested.
</p>
I’ve edited your post for readability. When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.
Thanks for the backtick information! It just needs to pass “Your a element should be nested within your new p element.” I’m pretty sure it is, but it’s not passing that test so I’m wondering if I’m confused on nesting or if the test might not be functioning properly.
There isn’t a stack trace or debug besides :
"// running test
Your a element should be nested within your new p element.
// tests completed "