Build a Curriculum Outline - Step 6

Tell us what’s happening:

my p element is not running, when i click on the button it shows try again your code did not run through

Your code so far

<h1>Welcome to freeCodeCamp</h1>

<!-- 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/136.0.0.0 Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 6

first, you have an extra period inside the p element, remove the punctuation

then, where is your h2 element?

reset the step and try again