Merge pull request #1457 from nihal07g/fix-html-validation-accessibility

Fix HTML validation error in accessibility lesson
pull/1350/merge
chris 6 days ago committed by GitHub
commit 4c6c6df52d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -211,7 +211,7 @@ Take this HTML and rewrite it to be as accessible as possible, given the strateg
<p class="nav-item nav-item-bull"><a href="../semantic">Semantic Example</a></p>
</div>
</div>
<p class="footer-copyright">&copy; 2016 Instrument</span>
<p class="footer-copyright">&copy; 2016 Instrument</p>
</div>
</body>
</html>

Loading…
Cancel
Save