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

Tell us what’s happening:

After running the code, it says I have more than 1 h3 element. Am I overlooking something I mean its only 5 lines

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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36

Challenge Information:

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

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-debug-camperbots-profile-page/6823f9df49cc206af5471a30.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @mysnorwood47,

Please check the syntax of your closing tag.

Happy coding