<!-- 19_admission_form.html --> <!doctype html> <html> <head><meta charset="utf-8"><title>Admission Form</title></head> <body> <h2>Student Admission Form</h2> <form action="#" method="post" enctype="multipart/form-data"> <label>Student Name: <input type="text" name="sname" required></label><br><br> <label>Date of Birth: <input type="date" name="dob" required></label><br><br> <label>Address:<br><textarea name="address" rows="3"></textarea></label><br><br> <label>Previous School: <input type="text" name="school"></label><br><br> <label>Upload Marksheet: <input type="file" name="marksheet"></label><br><br> <input type="submit" value="Apply"> </form> </body> </html>
<!doctype html>
<title>Admission Form</title>Student Admission Form
Student Name:Date of Birth:
Address:
<textarea name="address" rows="3"></textarea>
Previous School:
Upload Marksheet: