Multiple choice technology web technology

Which tag used for client side xml validation

  1. <html:error/>

  2. <html:javaScript>

  3. <html:Validate>

  4. <html:ClientValidate>

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag generates client-side JavaScript validation code based on validation rules defined in the validation framework. It enables automatic client-side validation without requiring developers to write custom JavaScript, though it's often used alongside for displaying messages.