mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user