1.

Form validation traditionally was performed by ___________(a) PHP(b) HTML(c) JavaScript(d) jQueryThe question was asked in an interview for internship.The question is from Working with Forms & Minification topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML

Answer»

Correct answer is (C) JavaScript

Easy 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.



Discussion

No Comment Found

Related InterviewSolutions