Please kindly assessment my solution for Other Controls Skill test: https://developer.mozilla.org/en-US/docs/Learn/Forms/Test_your_skills:_Other_controls
My solution on CodePen here: https://codepen.io/tuhamworld/pen/QWQZWQm
Thank you
Please kindly assessment my solution for Other Controls Skill test: https://developer.mozilla.org/en-US/docs/Learn/Forms/Test_your_skills:_Other_controls
My solution on CodePen here: https://codepen.io/tuhamworld/pen/QWQZWQm
Thank you
Hi @tuhamworld
All exercises look fine. Congratulations!
In task 2 you used “favorite food” as the name of <select>
. To be save I would avoid spaces in the name attribute since that’s what gets sent to the server together with the selected value. Prefer a hypen (-
) in such case.
I hope that helps.
Have a nice day,
Michael
Thank you for the hint @mikoMK
I have made the changes and learnt the lesson