I am currently working on the survey form project on the responsive web design certificate and I cannot figure out why I cannot pass #8, 9, or 11:
User Story #8: If I enter non-numbers in the number input, I will see an HTML5 validation error.
User Story #9: If I enter numbers outside the range of the number input, which are defined by the min
and max
attributes, I will see an HTML5 validation error.
User Story #11: For the name, email, and number input fields, I can see placeholder text that gives me a description or instructions for each field.
I feel that I have all of these elements in my pen, but the tests keep failing.
Thank you for your assistance.