Construir un Esquema Curricular - Paso 10

Cuéntanos qué está pasando:

hola necesito ayuda con el paso 10 no estoy pudiendo responder correctamente la respuesta. desde ya muchas gracias

Tu código hasta el momento

<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>
<!-- User Editable Region -->
<H3> <P> CSS IS USED TO STYLE A WEBPAGE<p> </h3>
<!-- User Editable Region -->

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36 Edg/149.0.0.0

Información del Desafío:

Construir un Esquema Curricular - Paso 10

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

Welcome to the forum @caraballoflorencia05,

You are asked to add a paragraph element below the existing h3 element in the starting code. But you have added another h3 element then added a paragraph element inside it, which is invalid.

You may want to reset this step and try again. This time just add a paragraph element with the exact text in the instructions.

BTW, HTML tags are lowercase by convention.

Happy coding