mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 18:10:10 +02:00
Merge pull request #1457 from nihal07g/fix-html-validation-accessibility
Fix HTML validation error in accessibility lesson
This commit is contained in:
@@ -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">© 2016 Instrument</span>
|
||||
<p class="footer-copyright">© 2016 Instrument</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user