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

Tell us what’s happening:

Hi!
i have been stuck on this excercise for a long time now and i tried doing everything like removing space, and whatever i could find is wrong but noting works by the way this is my code

<h1>Hello from Camperbot!</h1>

<h2>About</h2>

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

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

Plz help me find the mistake..

Your code so far

<h1>Hello from Camperbot!</h1>

<h2>About</h2>

<p>My name is Camperbot and I love 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/138.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

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

the mistake you are missing is somewhere on this line of code.
(let us know if you need more hints and welcome to the forum!)

You should have exactly one h3 element on the page.

You are failing this, you may want to double check that your h3 is written correctly

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