Build a Curriculum Outline - Step 7

Tell us what’s happening:

i have try this code it do not work

introduction to HTML

Your code so far


<!-- User Editable Region -->

<h1>Welcome to freeCodeCamp</h1>
<h2>Full-Stack Curriculum</h2>
<p>Learn the skills to become a full-stack developer</p>

<p>introduction to HTML</h3>

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

Challenge Information:

Build a Curriculum Outline - Step 7

Hi @ezekieljefrey78, and welcome to the FCC community!

Check your element here. It has a paragraph <p> opening and an </h3> and the steps say that it should be an h3 element. Remember that HTML tags such as <p> and <h3> must have an opening and closing tag that match to be valid.

Happy Coding!