Tell us what’s happening:
I’m having trouble with user story #4. When I get it wrong and check the error message it’s saying that I need to put _ in my h2 and p tags for some reason
Your code so far
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>How To Build A Computer</title>
</head>
<body>
<h1>Building Your First Computer</h1>
<main id="main-doc">
<section class="main-section" id="Planning_YourComputer">
<header>
<h2>Step 1: Plan what you're using the computer for.</h2>
<p>First you need to know what you're using your computer for.
Are you gaming? Maybe just office use? Or maybe you want to give it to a
kid for their birthday? Then you need a budget, how much are you willing to spend?
If you're gaming $1000 or more can get you a really nice PC. While if you're just
getting a pc to browse the internet and minor programs $800 could be a decent budget for you.
</p>
</header>
</section>
<section class="main-section" id="Buying_Components">
<header>
<h2>Step 1: Plan what you're using the computer for.</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum aliquam perferendis fugit porro, minima earum ipsam tenetur, repellat ullam soluta nihil dolor nulla explicabo beatae vero, tempore a tempora optio.</p>
</header>
</section>
<section class="main-section" id="Building_The_Computer">
<header>
<h2>Step 1: Plan what you're using the computer for.</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum aliquam perferendis fugit porro, minima earum ipsam tenetur, repellat ullam soluta nihil dolor nulla explicabo beatae vero, tempore a tempora optio.</p>
</header>
</section>
<section class="main-section" id="Running_Computer">
<header>
<h2>Step 1: Plan what you're using the computer for.</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum aliquam perferendis fugit porro, minima earum ipsam tenetur, repellat ullam soluta nihil dolor nulla explicabo beatae vero, tempore a tempora optio.</p>
</header>
</section>
<section class="main-section" id="Extra_info">
<header> Extra Info
</header>
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36
.
Challenge: Build a Technical Documentation Page
Link to the challenge: