Build a Curriculum Outline - Step 8

Tell us what’s happening:

I can’t figure this code out the code is write I think. can you help me with this code. this is the code.

HTML represents the content of a webpage

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>


<!-- User Editable Region -->

<h3>Introduction to HTML</h3>

<p> HTML represents the content structure of a webpage.</p>


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

Challenge Information:

Build a Curriculum Outline - Step 8

You should have the exact same text as given in instructions.

Hi Buddy, Here you need to extra space after the <p> tag and also here you need to do remove the dot . as this should not be there.

By making this changes you will be able to pass this test here.

thank you for the help.