I need your feedback on this
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>
- theh1
element does not belong in thehead
element- there is no
title
element nested in thehead
element <label id="name-label"for="name">
- include a space between attributesid="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
Happy coding
I made some changes to my project. Do you mind making observation