DEVELOP A WEB FORM USING HTML

DEVELOP A WEB FORM USING HTML, THAT CONTAINS USER NAME AND PASSWORD FIELD WITH SUBMIT AND RESET BUTTONS.

Complete Html Code with Output Result-

<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: left;"><label>Registration Form</label></form></h1><form action="/action_page.php" id="form1" method="get"><label><br />Username:</label>
<input id="fname" name="fname" type="text" /><br /><br />
<label>Password:</label>
<input id="lname" name="lname" type="text" />
</form>

<button form="form1" type="submit" value="Submit">Submit</button>
<button form="form1" type="submit" value="Submit">Reset</button>
</body>
</html>

Project Output

develop-a-web-form-using-html-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 Online in Any Form.