Certification Project - Survey Form

Completed my first project. New to coding, started less than week ago.

Want to hear your feedback!)

Here’s also my codepen https://codepen.io/Karina-Perevala/pen/ogvYMGx

1 Like

Welcome to the forum @karinaperevala

Here are some points you may like to consider:

  1. The first thing I noticed was the char attribute value is missing a closing quote mark
  2. definetely check for typos
  3. Consider using modern, web friendly fonts, like you did for placeholder text
  4. id="dropdown" id attribute values need to be unique
  5. when using a for attribute, there should be a corresponding id attribute with matching values
  6. indent code so it is easier to read and maintain
  7. attribute values should not contain any white space
  8. gray text surrounded by a block of gray may make the text difficult to read for some people

Happy coding

Thank you so much for feedback! Just fixed these errors)

1 Like