Tell us what’s happening:
I’m getting the error "Your sixth p should have the text We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date. This does is part of my sixth P but the test is failing.
Your code so far
<!-- 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>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).</>
</li>
<li>
<h4 class='list-subtitle'>V4 - 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'>V5 - 2017</h3>
<p>We added the back end and data visualization challenges.<p>
</li>
<li>
<h4 class='list-subtitle'>V6 - 2018</h4>
<p>We launched 5 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 */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
Challenge Information:
Build a Magazine - Step 19