Build a Curriculum Outline - Step 6

Tell us what’s happening:

I have presented two correct examples, but I don’t know what is expected of me next. I am a 64-year-old rookie! Could you please give me an example I can copy? I keep my queries simple and short.

Your code so far


<!-- User Editable Region -->

<h2>Welcome to freeCodeCamp<p>Learn the skills to become a  full stack developer</p2>>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 6

hi and welcome to the forum.

this exercise has asked you to add a new paragraph element for the text provided which was Learn the skills to become a full stack developer

To do this you will want to click Reset (because this will erase your incorrect attempt and allow you to restart this step) and then you will need to do 3 things.

1- On the empty line presented to you in the editor, type in the opening tag of the paragraph element which looks like <p>
2- on the same line, type in the text that was provided to you
3- and still on the same line, type in the closing tag of the paragraph element </p>

To complete the exercise correctly, you must not add anything beyond this (or change any other lines of code that were not part of the instructions given). The testing process will not be expecting any other changes.