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

Fix HTML validation error in accessibility lesson
This commit is contained in:
chris
2025-08-28 23:25:05 +01:00
committed by GitHub

View File

@@ -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>