From f39eb3a605a47f927a495e2435d984fb6c53e17c Mon Sep 17 00:00:00 2001 From: nihal07g Date: Wed, 13 Aug 2025 16:04:22 +0530 Subject: [PATCH] Fix HTML validation error in accessibility lesson - Fix mismatched HTML tag: change to

- 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 --- 1-getting-started-lessons/3-accessibility/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started-lessons/3-accessibility/README.md b/1-getting-started-lessons/3-accessibility/README.md index bf7f79de..681baebe 100644 --- a/1-getting-started-lessons/3-accessibility/README.md +++ b/1-getting-started-lessons/3-accessibility/README.md @@ -211,7 +211,7 @@ Take this HTML and rewrite it to be as accessible as possible, given the strateg -