Tell us what’s happening:
I can’t pass to the next step because the code is just to add another p on the page I have tried but can’t work
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 -->
<h3>Introduction to CSS</h3>
<p4>CSS is used to style a webpage</p4>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1
Challenge Information:
Build a Curriculum Outline - Step 10