Construir una Revista - Paso 19

Cuéntanos qué está pasando:

Tu segundo p debería tener el texto Agregamos desafíos de algorítmos interactivos. Tengo problemas con esto… he probado en español e ingles, con y sin tildes, con y sin punto. aun asi no me deja avanzar.

Tu código hasta el momento

<!-- file: index.html -->
<!-- User Editable Region -->

        <article class="brief-history">
  <h3 class="list-title">A Brief History</h3>
  <p>Of the Curriculum</p>
  <ul class="lists">
    <li>
      <h4 class="list-subtitle">V1 - 2014</h4>
      <p>We launched freeCodeCamp with a simple list of 15 resources, including Harvard's CS50 and Stanford's Database Class.</p>
    </li>
    <li>
      <h4 class="list-subtitle">V2 - 2015</h4>
      <p>Agregamos desafíos de algoritmos interactivos.</p>
    </li>
    <li>
      <h4 class="list-subtitle">V3 - 2015</h4>
      <p>Agregamos nuestros propios desafíos de HTML+CSS (antes dependíamos del curso Dash de General Assembly para estos).</p>
    </li>
    <li>
      <h4 class="list-subtitle">V4 - 2016</h4>
      <p>Ampliamos el plan de estudios a 3 certificaciones, incluyendo Frontend, Backend y Visualización de Datos. Cada una tenía 10 proyectos obligatorios, pero solo la sección de Frontend tenía sus propios desafíos. Para las otras certificaciones, todavía usábamos recursos externos como Node School.</p>
    </li>
    <li>
      <h4 class="list-subtitle">V5 - 2017</h4>
      <p>Agregamos los desafíos de backend y visualización de datos.</p>
    </li>
    <li>
      <h4 class="list-subtitle">V6 - 2018</h4>
      <p>We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.</p>
    </li>
  </ul>
</article>


<!-- User Editable Region -->
/* file: styles.css */

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/145.0.0.0 Safari/537.36

Información del Desafío:

Construir una Revista - Paso 19

Hold on. I’m checking to see if there is a known issue with languages flip-flopping.


I’m sorry. There is something wrong with the language provided in the instructions. I’ll open a ticket. Meanwhile, change your code to this to get past this step:


          <ul class="lists">
            <li>
              <h4 class="list-subtitle">V1 - 2014</h4>
              <p>
                We launched freeCodeCamp with a simple list of 15 resources,
                including Harvard's CS50 and Stanford's Database Class.
              </p>
            </li>
            <li>
              <h4 class="list-subtitle">V2 - 2015</h4>
              <p>We added interactive algorithm challenges.</p>
            </li>
            <li>
              <h4 class="list-subtitle">V3 - 2015</h4>
              <p>
                We added our own HTML+CSS challenges (before we'd been relying
                on General Assembly's Dash course for these).
              </p>
            </li>
            <li>
              <h4 class="list-subtitle">V4 - 2016</h4>
              <p>
                We expanded the curriculum to 3 certifications, including Frontend,
                Backend, and Data Visualization. They each had 10 required
                projects, but only the Frontend section had its own challenges.
                For the other certs, we were still using external resources like
                Node School.
              </p>
            </li>
            <li>
              <h4 class="list-subtitle">V5 - 2017</h4>
              <p>We added the backend and data visualization challenges.</p>
            </li>
            <li>
              <h4 class="list-subtitle">V6 - 2018</h4>
              <p>
                We launched 6 new certifications to replace our old ones. This
                was the biggest curriculum improvement to date.
              </p>
            </li>
          </ul>
1 Like

It worked for me, I checked and the only big difference is adding the class lists to the ul element.

?? You had that class in your ul element. The big difference is that some of the text asked was in Spanish and some was in English, yet the tests were expecting only English. That’s why I opened a ticket for this.

Cuéntanos qué está pasando:

I’m on step 19 of creating a magazine in HTML and CSS, but I’m having trouble passing the validator because it asks me to create an unordered list and 6 li elements inside with h4 and p tags. I do that, but I can’t get through because it keeps asking for 6 li elements… which I already have…

Tu código hasta el momento

<!-- file: index.html -->
<!-- User Editable Region -->

<article class="brief-history">
  <h3 class="list-title">A Brief History</h3>
  <p>Of the curriculum</p>
<ul>
  <li>
<h4 class="list-subtitle">V1 - 2014</h4>
  <p>We launched freeCodeCamp with a simple list of 15 resources, including Harvard's CS50 and Stanford's Database Class.</p>
  </li>
  <li>
  <h4 class="list-subtitle">V2 - 2015</h4>
  <p>Agregamos desafíos de algorítmos interactivos.</p>
  </li>
  <li>
<h4 class="list-subtitle">V3 - 2015</h4>
  <p>Agregamos nuestros propios desafíos de HTML+CSS (antes dependíamos del curso Dash de General Assembly para estos).</p>
  </li>
  <li>
<h4 class="list-subtitle">V4 - 2016</h4>
  <p>Ampliamos el plan de estudios a 3 certificaciones, incluyendo Frontend, Backend y Visualización de Datos. Cada una tenía 10 proyectos obligatorios, pero solo la sección de Frontend tenía sus propios desafíos. Para las otras certificaciones, todavía usábamos recursos externos como Node School.</p>
  </li>
  <li>
<h4 class="list-subtitle">V5 - 2017</h4>
  <p>Agregamos los desafíos de backend y visualización de datos.</p>
  </li>
  <li>
<h4 class="list-subtitle">V6 - 2018</h4>
  <p>We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.</p>
  </li>
</ul>
</article>

<!-- User Editable Region -->
/* file: styles.css */

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/145.0.0.0 Safari/537.36

Información del Desafío:

Construir una Revista - Paso 19

Hi @rodrigocofrerod18

Please use the text from the English version.

Build a Magazine: Step 19 | freeCodeCamp.org

Every now and then the translation service may mess up.

The tests for the challenges currently check for the English version of text.

Happy coding

Please don’t create a duplicate topic for the same challenge/step. I have merged posts from the duplicate topic into this existing topic.