Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Form validation traditionally was performed by ___________

a) PHP
b) HTML
c) JavaScript
d) jQuery

Answer: c
Explanation: Form validation is checking if the form has been filled correctly. Traditionally it has been performed by JavaScript but now HTML5 is introducing validation. Hence browser does all the work of validation. Validation reduces the amount of work for the server.

Join The Discussion