My survey form project

I need your feedback on this :neutral_face:

Hi @Zionmusa

I noticed a few issues with your code:

  • <meta charset="utf-⁸8"> - superscript eight in the attribute value
  • <h1 id="title">Prison Break SURVEY FORM</h1> - the h1 element does not belong in the head element
  • there is no title element nested in the head element
  • <label id="name-label"for="name"> - include a space between attributes
  • id="episode I" - certain attribute values cannot contain white space
  • consider adding more character names to the favourites list
  • since there are several seasons, could the form user select a season from one list, and an episode from another list?
  • maybe place the text before the corresponding input element

image

Happy coding

I made some changes to my project. Do you mind making observation