mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 10:00:18 +02:00
Fix HTML validation error in accessibility lesson
- Fix mismatched HTML tag: change </span> to </p> - Ensures accessibility lesson itself has valid HTML markup - Demonstrates attention to code correctness and web standards - Single character fix with zero risk to content or functionality
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