Today #day44 of #100daysofcode, I have completed 7.53 lesson and 7.54 module 7 quiz and Form and display input code project, this ends module 7 and the next module 8 will be the last in JS course. @Sololearn
1. Form validation
- HTML5 includes attributes that enable form validation.
- The required attribute, for example, can be added to an input field to make it mandatory to fill out.
- JavaScript can be used to perform more complex form validation.
1.1 Code:
- Form and display input [click]
Note:
- The form will not get submitted if its onsubmit event returns false.
Images
- module 7 completed
Conclusion
- form validation
- quiz
- "Form and display input" code project
my code
- "Form and display input" code