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

Tell us what’s happening:

Hi there, I have an issue with the tests.
*Even if the puzzle is solved, the tests 8,9,10 are failing.
*The last paragraph is displayed as the same font as h3, it is wrapped in p tag and the h3 only contains the text that is needed, it’s tag is closed before p tag starts.

Hope this makes sense.
Thanks.

Your code so far

<h1>Hello from Camperbot!</h1>

<h2>About</h2>

<p>My name is Camperbot and I love learning new things.</p>

<h3>Background and Interests<h3/>

<p>I enjoy solving puzzles.</p>

Your browser information:

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

Challenge Information:

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

Hi

You have a syntax error on your closing h3 element tag.

1 Like

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