Build a Curriculum Outline - Step 6

Tell us what’s happening:

my code is absoulutely right but their having a error that not supposed to be in step 6 i use tag as per instruction but it giving me error in tag

Your code so far

<h1>Welcome to freeCodeCamp</h1>
<h2>Full-Stack Curriculum</h2>
<!-- User Editable Region -->
<p>Learn the skills to become a full-stack developer.</p>
<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 6

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-curriculum-outline/6823d6244511f252c8300eed.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @prime5,

You’re close.

You add a period (full stop) that wasn’t asked in this step. Remove that and your code should pass.

Happy coding