Build a Curriculum Outline - Step 8

Tell us what’s happening:

i wrote the correct code at 8 step and i can´t pass

Your code so far


<!-- User Editable Region -->

<p>HTML represents the content and structure of a webpage

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

Challenge Information:

Build a Curriculum Outline - Step 8

Welcome to the forum :wave:

I would be very careful making this assumption. If you assume the code is correct it will stop you looking for the solution.

Look at your previous p element:

<p>Learn the skills to become a full stack developer</p>

An “element” refers to the opening tag, the text inside, AND the closing tag. All of that together is an element.