mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): instructions wording in Accessibility Quiz step 14 (#61324)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-14
|
||||
|
||||
As this is a quiz, you will need a form for users to submit answers. You can semantically separate the content within the form using `section` elements.
|
||||
|
||||
Within the `main` element, create a form with three nested `section` elements. Then, make the form submit to `https://freecodecamp.org/practice-project/accessibility-quiz`, using the correct method.
|
||||
Within the `main` element, create a form containing three `section` elements. Then, make the form submit to `https://freecodecamp.org/practice-project/accessibility-quiz` using the correct method.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user