First attempt at making a survey page for FCC

Hi there, here is my first attempt at making the survey page project for FCC. I appreciate any feedback on design choices and coding best practices. Thanks!

https://codepen.io/nekortek/pen/LvKNBa

The class information area gets really wonky if you make the additional information textarea small and then resize it to be big again, that’s honestly my only find! Great job :slight_smile:

EDIT: Found a few more things:

Line 49 is missing something <textarea rows="5" cols=50"></textarea>

Also it looks like your form is missing an action attribute. Clicking analyze html can point out some mistakes:

Screenshot%20(24)

Thanks for the feedback! Those pesky quotations always get away from me. I don’t have an action to add yet which is why I left it blank. Is there a placeholder that should be used as a better practice?

You can use action="#"

1 Like