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

Tell us what’s happening:

Hello, I’m stuck in debugging Camperbot’s profile.
I have followed all the instructions correctly but the last part “I enjoy solving puzzles.” is not responding even after correcting the error. I assumes to be part of yet I have corrected to be a paragraph of its own.
Here are my coding:Hello from Camperbot!

About

My name is Camperbot and I love learning new things.

Background and Interests

I enjoy solving puzzles.

Please help.

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 (Windows NT 10.0; Win64; x64) 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 @onyangogyfred !

What error messages are you getting when you check your code?

Happy coding!

Instruction says I should have only one h3 element, with the text “Background and Interests” I should also have a paragraph with the text “ I enjoy solving puzzles.” Now I have done as per the instruction but the final results shows both the h3 element and the paragraph appear as h3

Is this valid syntax for opening and closing tags? Look closely.

No… the syntax is wrong, closing tag poses the problem