This project features a simple HTML form designed to collect user information. The form includes fields for a user's full name, father's name, email address, phone number, subject, and a message. Although the form is not functional (i.e., it doesn't process submissions), it serves as a demonstration of fundamental HTML form elements.
- Full Name Field: Collects the user's full name.
- Father's Name Field: An additional field for the father's name.
- Email Address Field: For the user's email address.
- Phone Number Field: Optional field for the phone number.
- Subject Field: To specify the subject of the message or inquiry.
- Message Field: A larger text area for a detailed message.
- Submit Button: Allows the user to submit the form.