Create School Registration Form using HTML and CSS.
Content must include the following:
1. Choose the appropriate <input types> in your registration form.
2. Put/Place the different input fields in the <form></form> element.
3. The form must be responsive.
4. You can add images to your form depending upon the chosen form.
5. Make the textboxes/input fields required when it is empty.
6. You can add javascript to your webpage. (optional)
Included Input Types:
<input type=”text”> <input type=”password”>
<input type=”submit”> <input type=”email”>
<textarea></textarea> <label></label>
<input type=”date”> or <input type=”datetime-local”>
<form></form> <input type=”radio”>
<input type=”checkbox”> <fieldset><legend></legend></fieldset>
<input type=”button”> <select><option></option></select>
<datalist><option></datalist> <input type=”reset”>
<input type=”image”> <input type=”file”>
Optional Input Types:
<input type=”number”> <input type=”color”>
<input type=”range”> <input type=”search”>
<input type=”time”>