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

Tell us what’s happening:

my h2 headind2 refuses and it makes all other processes become hard to solve and h3 are missing elements

Your code so far

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

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

hello @ingiveontita welcome to the forum!

Test 10 says that you should have exactly five total elements - one h1, one h2, one h3 and two p. But you have added much more elements than that.

You can reset the step using the Reset Button (image) located at the bottom of the challenge and start-over. It will restore the code with the original 5 elements, then you can try debugging the code.

Remember how the opening and closing backets work in an element. Just like this –

Try to use this as a reference to debug the other elements. Do not change the texts inside the elements (the text between the opening and closing brackets).