I am trying to solve the use case " If I enter numbers outside the range of the number input, I will see an HTML5 validation error." This use case is part of the 2nd Project “survey form” for Responsive Web Design Certification.
I have tried a lot of techniques but its not working, any help / guidance will be appreciated as I am only stuck on this one use case, rest all 16 use cases have completed successfully.
Looking forward for some help . Many thanks in advance to all .
Yes I got that but I am not able to fulfill use case No. 9 - " If I enter numbers outside the range of the number input, I will see an HTML5 validation error, as stated in my original query.
Were you able to access the Test Suite link with my code tested in it?
I have run the test and below is the screenshot of the same:
below the failed user story there is written why it is failing
but you really should add the script to your pen
add this in the last line of your HTML box to add the test suite to your project as required: <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>