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

Tell us what’s happening:

Full Stack Curriculum, Debug Camperbot’s Profile Page

Task 4 is “You should not change the About text for the h2 element.” Even though all other items are passing and about text was not altered I am still showing as incomplete both before and after altering to

Your code so far

<h1>Hello from Camperbot!</h1>

<h2>Welcome!</h2>

<h2>About</h2>

<p>My name is Camperbot and I love reading and 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/136.0.0.0 Safari/537.36

Challenge Information:

Debug Camperbot’s Profile Page - Debug Camperbot’s Profile Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-debug-camperbots-profile-page/lab-debug-camperbots-profile-page

It’s a bit of a puzzle but:

The error tells you that “About” must be an h2.

Should you have two h2 elements on a page like this? “for the h2 element” seems to imply there is only one.

Remove all h1 elements except for the first one.

You did not do this

remove means remove not change to a different element

2 Likes

Delete < h2>Welcome!</ h2> or transfer it below < h2>About</ h2>

Delete it (but keep the text)

the text Welcome should also be deleted. Remove means remove

this helped me. Thanks

Please I need help
Debug Camperbot’s profile level 8

hi @ibrahimibnmutawakil please create your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.