Assessment wanted for my Other Controls 1, 2 and 3 Skill tests

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! :clap:

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. :slightly_smiling_face:

Have a nice day,
Michael

2 Likes

Thank you for the hint @mikoMK

I have made the changes and learnt the lesson :slight_smile:

1 Like