Build a Curriculum Outline - Step 11

Tell us what’s happening:

my h3 element on the page is not going with the p element, how do i solve the problem?

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>
<h3>Introduction to JavaScrip<h3/>

<!-- User Editable Region -->

<p>JavaScript adds interactivity to a webpage</p>

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

Challenge Information:

Build a Curriculum Outline - Step 11
https://www.freecodecamp.org/learn/full-stack-developer/workshop-curriculum-outline/step-11

Welcome to the forum @Exaltedsam

You should add a third h3 element to the page.

Why is the last sentence in bold?

The next hint message will guide you on the last part.

Happy coding

you have incomplete text, and wrong syntax at the closing tag

1 Like

I noticed you spelt JavaScript wrong. You forgot the “t”. I hope you find this helpful.

Same issue here

hi @SR1221 please create your own topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.