mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
fix(curriculum): specify the input file should be nested (#48887)
Update Step 31 to specify nesting
This commit is contained in:
committed by
GitHub
parent
57143d9915
commit
da70302b39
@@ -9,7 +9,7 @@ dashedName: step-31
|
||||
|
||||
Moving on to the final `fieldset`. What if you wanted to allow a user to upload a profile picture?
|
||||
|
||||
Well, the `input` type `file` allows just that. Add a `label` with the text `Upload a profile picture: `, and add an `input` accepting a file upload.
|
||||
Well, the `input` type `file` allows just that. Add a `label` with the text `Upload a profile picture: `, and nest an `input` accepting a file upload.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user