Debug Camperbot's Profile Page - Debug Camperbot's Profile Page

Tell us what’s happening:

Hello, This test seems to have caused issues in the past b/c there were lots of past questions in the Forum. I completed the test, go to the yellow box to “Check Your Code” and keep getting this popup message, "You should have a paragraph element with the text My name is Camperbot and I love learning new things. Here’s an example:

Text here

and "You should have a paragraph element with Text I enjoy Solving Puzzles. Here’s an example:

Text here

. Cannot get past this issue

Your code so far

<h1>Hello from Camperbot!</h1>
<h2>About</h2>
<p>My name is Camperbot and I love learning new things</p>
<p>I enjoy solving puzzles</p>
<h3>Background and Interests</h3>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Debug Camperbot’s Profile Page - Debug Camperbot’s Profile Page

Welcome to the forum @hsloeb

Try placing the second paragraph element after the h3 element.

Both paragraph elements are missing punctuation.

Happy coding

Thank you so much…I somehow fixed the issue by erasing and restarting by copying and pasting. I really appreciate the quick response. :star_struck: