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 exactly five total elements on the page.
    // tests completed

Your code so far

<h1>Hello from Camperbot!</h1>
<p>Hello from Camperbot!</p>
<h2>About</h2>
<p>About</p>
<p>My name is Camperbot and I love learning new things.</p>
<h3>Background and Interests</h3>
<p>Background and Interest</p>
<h4>I enjoy solving puzzles.</h4>
<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/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

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

Why are these lines in your code? You should only be fixing the existing code, not adding new lines of code.

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