Free Code Camp: Build a Survey Form

Hi All,

I recently completed the second responsive web design project Build a Survey Form. Any feedback / suggestions on this one would be greatly appreciated for further improvements.

Many thanks,

Cheers,

Tom

1 Like

Your form looks good @atom_hkt. Some things to revisit;

  1. Don’t use <br> to force line breaks or spacing. That’s what CSS is for.
  2. Change the cursor to a pointer when hovering over the submit button.
  3. Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
  • The one for CSS is good. Use it, there’s something to clean up.
  • The one for HTML misses things which is why I recommend W3C
1 Like

Dear @Roma,

Another big thanks for the precious feedback, i am learning a lot today :smiley:.

I have updated my code according to your suggestions, and analysis with codepen integrated validators and W3C seems to be ok. now…

Again, many thanks!

Cheers,

Tom

1 Like