Build a Curriculum Outline - Step 8

Tell us what’s happening:

I have failed to understand what’s the second page element i’m asked to write. I was given one page element but requested to fill two, i don’t where to get the second one. I tried to write something but it is not working

Your code so far

<h1>Welcome to freeCodeCamp</h1>
<h2>Full Stack Curriculum</h2>
<p>Learn the skills to become a full stack developer</p>
<h6>HTML structures </h6>
<h3>Introduction to HTML</h3>

<!-- User Editable Region -->

<h6>HTML represents the contents and structure of a webpage </h6>

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

Challenge Information:

Build a Curriculum Outline - Step 8

Welcome to the forum @ruvugana !

This line of code has been added to the original starting code, which will cause the tests to fail.

Also, you are asked to create another paragraph using the p element like you did on Line 3.

Not sure where you are getting h6.