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

Tell us what’s happening:

i am stuck in 15 step
my problem is that is saying check the speling correct

I enjoy solving puzzles.

but i have mentioned correct spelling

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Camperbot Page</title>
</head>
<body>

    <h1>Hello from Camperbot!</h1>

    <h2>About</h2>

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

    <p>I enjoy solving puzzles.</p>

    <h3>More About Me</h3>

</body>
</html>

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

You changed the order here. The default code put the h3 in between the 2 paragraph elements. You put it at the bottom, you need to move it back to be in between the paragraph elements