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

Tell us what’s happening:

  1. You should have exactly two paragraph elements on the page.

  2. You should have a paragraph element with the text I enjoy solving puzzles. Here’s an example:

    Text here

You should have a paragraph element with the text My name is Camperbot and I love learning new things. Here’s an example:

Text here

  1. You should have an h2 element with the text About. Here’s an example:

    Text here

Your code so far

<h1>Hello from Camperbot!</h1>
<h2>heading2>About</h2>
<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

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

Welcome to the forum @Olotuahgbenga !

Do you have a question?

The tag for a paragraph is <p>, there is not HTML element labled <pp>.
Also the text inside your elements isn’t what’s asked for, read the user story carefully.