Hi all!
Finally, finished having fun with my survey form and would appreciate some feedback.
https://codepen.io/uzoukwu/full/yLVEQdQ
Cheers!
Hi all!
Finally, finished having fun with my survey form and would appreciate some feedback.
https://codepen.io/uzoukwu/full/yLVEQdQ
Cheers!
Thereās not much to critique, it looks really good and the HTML is clean (proper labels, legends, ā¦). So I can only nitpick:
uppercase
, only the labels maybe. But thatās totally a question of personal taste<textarea>
tagsWell as I said, nitpicking. Really good job
Thanks for the hint about the textarea and padding, updated my code.
Your form looks good @uzoukwu. Some things to revisit;
<br>
element to force line breaks or spacing. Thatās what CSS is for.
Side note: You donāt need to include the style
tags in the āStuff for <head>ā box.
Hi @Roma,
Thank you for your feedback, I have looked into all your remarks.
Nice job @uzoukwu.
I didnāt notice it the first time but thereās a typo in your radio buttons too. Youāll notice that clicking the label for ābikeā toggles the ātruckā. Easy to fix.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.