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

Tell us what’s happening:

Can I see how to do it for this one please I am not understanding

Your code so far

<h1>Hello from Camperbot!</h1>

<heading2>About</heading2>

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

<h3>Background and Interests<h3/>
<pp>I enjoy solving puzzles.</pp>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

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

Start with the first User Story that tells you heading2 is not a valid HTML element. What is a valid HTML element for a second-level heading? Same with the paragraph element. Then your h3 element has a syntax error. Do you see what that might be?

You see how you have h1 and h3 for heading1 and heading3, right?
Look at heading2 and see what’s different