Build a Curriculum Outline - Step 6

Tell us what’s happening:

i have problem with the step 6 plizee helpp meeeee

Your code so far

<h1>Welcome to freeCodeCamp</h1>
<h2>Full-Stack Curriculum</h2>
<!-- User Editable Region -->
Learn the skills to become a full-stack developer
<P> Welcome to freeCodeCamp</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/149.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

Hey @salimsadallah342

It seems like you added some extra code. Please reset the lesson and follow the steps. You can reset the lesson by clicking the button shown in below image

image

Welcome to the forum @salimsadallah342,

The assignment was to turn this text:
Learn the skills to become a full-stack developer
into a paragraph element by wrapping it in an opening and closing tag, like the example.

Instead, you have copied the text from your h1 element to create a paragraph element.

Please reset this step and try again, being careful to only do what is asked.

Happy coding