PART 1
Experiment 5: Form Validation (JavaScript Form Handling)
● Task: Design an HTML registration or contact form and implement client-side validation using JavaScript.
● Requirements:
○ Include fields like name, email, password (with confirmation), and a message box.
○ Validate fields for emptiness, correct email format, and password matching.
○ Display appropriate error messages to the user without submitting the form if validation fails.