feat(curriculum): add debug donation form lab (#63632)

Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Zaira
2026-01-05 11:49:58 +05:00
committed by GitHub
parent 7d58ef2062
commit 8c0f9bf500
5 changed files with 217 additions and 0 deletions
+6
View File
@@ -8024,6 +8024,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
"lab-debug-donation-form": {
"title": "Debug a Donation Form",
"intro": [
"In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
]
},
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
@@ -0,0 +1,9 @@
---
title: Introduction to the Debug a Donation Form
block: lab-debug-donation-form
superBlock: responsive-web-design-v9
---
## Introduction to the Debug a Donation Form
In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility.