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

Tell us what’s happening:

My h1 element is missing on the code and trying to correct but not possible.

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/>
<h2>Text here</h2>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/27.0 Safari/605.1.15

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 @safadast,

It looks like you may have changed the starting code in areas you were not asked to change, which will cause the tests to fail. Please click the reset button to restore the original code and try again being careful to only make corrections to the element tags not the text contained within them.

image

There is no issue with the h1 element. It’s the rest of the code that has errors.

Happy coding