Learn CSS Grid by Building a Magazine - Step 20

Error Hint

Each of your new li elements should have an h4 and p element.

??my doubt??
Each and every list element, I have enclosed the h4 and p element. I can’t find out what’s wrong.

my code in this step

        <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">V1 - 2015</h4>
          <p>We added interactive algorithm challenges.</p>
        </li>

        <li>
          <h4 class="list-subtitle">V1 - 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">V1 - 2016</h4>
         <p>We expanded the curriculum to 3 certifications, including Front End, Back End, and Data Visualization. They each had 10 required projects, but only the Front End 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">V1 - 2017/h4>
          <p>We added the back end and data visualization challenges.</p>
        </li>

        <li>
          <h4 class="list-subtitle">V1 - 2018</h4>
          <p>We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.</p>
        </li>
     
      </ul>
Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

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

Challenge: Learn CSS Grid by Building a Magazine - Step 20

Link to the challenge:

image
Check the closing ‘h4’ tag here.

just worked out, thank you so much @DobarBREND someone should invent an code typo detector :rofl:

there is an online html validator you can use for this exact thing. (just google it)

2 Likes

much thanks bro :+1:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.