Build a Curriculum Outline - Step 10

Tell us what’s happening:

der untere abschnitt h3 also p geht nicht obwohl ich richtig hab

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                    <p>CSS is used to style a webpage</p>

<!-- User Editable Region -->

Your browser information:

User Agent ist: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 10

you need to complete this, it’s missing something

1 Like

Dieses ‘tag’ ist noch nicht fertig. Jedes ‘tag’ braucht < und >

Tell us what’s happening:

ich habe ales richtig geschrieben es geht trotzdem nicht ist es ein system fehler?

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 -->

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

<!-- User Editable Region -->

Your browser information:

User Agent ist: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Curriculum Outline - Step 10

Das ist nicht richtig

es geht trotzdem nicht

das habe schon selber gesehen

What is your fixed code?

this my correct code <h3>

But that isn’t the problem I pointed out?

What is your full code right now?

I’ve edited your post to improve the readability of the code. When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add the backticks.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Please follow the instructions above for how to post code. Please do not post pictures.

this is not a closing tag, you must have a closing tag

Sie mussen die altes code nicht ändern. Die tests hassen das!

Why should I write the code again? You can see it in the picture.

I cannot run your picture to figure out what is wrong.

Also, you’re asking for free help. Its polite to make it as easy as possible for people to help you.

Sorry, I didn’t know that, I’m also grateful for it.

1 Like
<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>

one of these is not a closing tag