Build a Curriculum Outline - Step 9

Tell us what’s happening:

i just want your help about this topic <i dont know

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>

<!-- User Editable Region -->

<h4> Introduction to CSS<h4>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

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

Welcome to the forum @omid66.ghorbani

  1. You should add a second h3 element to the page.
  2. Your h3 element’s text should be Introduction to CSS.

Are you sure h4 is the right element to use?

Compare the start and end tags of the new heading element to the first one.

Happy coding