Simple Form Validation
Create a form with a name and email field. When the form is submitted, write JavaScript code to check if both fields are filled in. If not, display an error message below to the empty field(s) in red colors.
! Please Enter Your Name
! Please Enter Your Email
Submit