DEVELOP A WEB FORM USING HTML WITH SUBMIT AND RESET BUTTON

Complete Html Code with Output Result-

DEVELOP A WEB FORM USING HTML, THAT CONTAINS ALL THE COMMON NECESSARY FIELDS SUCH AS TEXT FIELD, TEXT AREA, LIST, RADIO BUTTONS, CHECK BOXES WITH SUBMIT AND RESET BUTTON

<html>
<head>
<title>Web page [By Himanshu]</title>
<body style="background-color:grey;">
<h1><form action="/action_page.php" id="form1" method="get" style="text-align: center;"><label><b>Registration Form</b></label></form></h1><form action="/action_page.php" id="form1" method="get"><label><b><br /><br />Student name:</b></label>
<input id="fname" name="fname" type="text" /><br /><br />
<label><b>Qualities:</b></label><br /><br />
  <textarea cols="30" name="message" rows="10">Select Your Strength and Weakness...</textarea>
  <br /><br />
</form>
<button form="form1" type="CBSC Board" value="CBSC Board">CBSC Board</button><br /><br />&nbsp;⭕Science&nbsp; &nbsp; &nbsp; ⭕Commerce&nbsp; &nbsp; &nbsp; &nbsp;⭕Humanties&nbsp;<div>
<input id="lname" name="lname" type="text" /><label><b>IP</b></label><input id="lname" name="lname" type="text" /><label><b>Painting</b></label><input id="lname" name="lname" type="text" /><label><b>PHE</b></label></div><div><br /><br />
<button form="form1" type="CBSC Board" value="CBSC Board">Select Additional Subject</button><br /><br />
<button form="form1" type="CBSC Board" value="CBSC Board">Submit</button>
<button form="form1" type="CBSC Board" value="CBSC Board">Reset</button></div>
</body>
</html>

Project Output

develop-a-web-form-using-html-with-submit-and-reset-button-technsocial

Download Output Ready File

Warning- You can Use this Material for Offline in School, Project Report & Education Purpose But Don’t Publish or Republish this to Online in Any Form.