Build a Curriculum Outline - Step 10

Tell us what’s happening:

This is right but FCC still says it wrong Welcome to freeCodeCamp

Full-Stack Curriculum

Learn the skills to become a full-stack developer

Introduction to CSS

CSS is used to style a webbpage

CSS is used to style a webbpage

CSS is used to style a webbpage

CSS is used to style a webbpage

help me out

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>


<!-- User Editable Region -->

<h3>Introduction to CSS</h3>
<h3>CSS is used to style a webbpage</h3>

<p>CSS is used to style a webbpage</p>
<p>CSS is used to style a webbpage</p>
<p>CSS is used to style a webbpage</p>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 10

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-curriculum-outline/683921c4769fd23dbadec2fe.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Dodow

Here is a comparison of the original code and your code.

The code in blue is the original code, the code in red is your code.
The code in magenta is the overlap.

Looks like one of the h3 and paragraph elements are missing from your code.

Please reset the step to restore the seed code.

You are asked to add only one paragraph element. Do not remove any of the existing elements.

Happy coding