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

Tell us what’s happening:

this is my first time and i have no idea what it is i want to learn

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0

Challenge Information:

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

if you are having difficutlies with this lab, you may want to start from the beginning, the Build a Curriculum Outline workshop

Hi @nancy.boatey, just wanted to say you’re not alone, it can feel a bit confusing at first. It looks like you’ve got a good start already! One small thing I noticed: you’re using <heading2> and <pp> tags, but HTML uses <h2> for headings and <p> for paragraphs. Maybe try updating those and see if that helps. Good luck!