Build a Curriculum Outline - Step 11

Tell us what’s happening:

Step 11 there seems to be a glitch in the code. I can’t get pass “Introduction to JavaScript”. Please help because I really like the flow of this course. Thank you in advance.

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>

<h3>Introduction to HTML</h3>
<p>HTML represents the content and structure of a webpage</p>

<h3>Introduction to CSS</h3>
<p>CSS is used to style a webpage</p>


<!-- User Editable Region -->

<h3>Introduction to JavaScript</hr>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 11

Welcome to the forum @npomo33 !

Glad you’re enjoying the curriculum.

Please check your closing tag. You have a typo.

Happy coding!