mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): update hotel feedback form (#56107)
This commit is contained in:
+2
-2
@@ -7,9 +7,9 @@ dashedName: step-22
|
||||
|
||||
# --description--
|
||||
|
||||
Add another label with the text of `Personal Recommendation`. The `for` attribute should be set to `"recommendation"`.
|
||||
Add another `label` with the text of `Personal Recommendation`. The `for` attribute should be set to `"recommendation"`.
|
||||
|
||||
Below the label element, add another checkbox input with the `id`, `name` and `value` attributes set to `"recommendation"`.
|
||||
Below the `label` element, add another checkbox `input` with the `id`, `name` and `value` attributes set to `"recommendation"`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user