Build a Curriculum Outline - Step 6

Tell us what’s happening:

I can’t complete the p element in step six. I don’t know what I am doing wrong.

Your code so far

<h1>Welcome to freeCodeCamp</h1>

<!-- User Editable Region -->

<p>Full-Stack Curriculu>Learn the skills to become a full-stack developer . </elementName>


<!-- User Editable Region -->

Your browser information

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 26_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/145.0.7632.108 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Curriculum Outline - Step 6

p (paragraph) elements have both a opening a closing tag. Your closing tag for your p element is wrong. Also make sure you have the correct text in between the p elements.

Take a good look at the example they gave you.

it looks like you may have accidentally delete part of the h2, please reset the step, then try adding the p element without deleting anything

Hi buddy, See here this is the actual p tag which is presented in the code so here you need to convert that into an p tag.

Learn the skills to become a full-stack developer

Hope You Understand.