<html>
<head>
<title>Form</title>
</head>
<body>
<form action="form.html">
Name <input type="text" placeholder="Enter your name">
<br><br>
Password<input type="Password" placeholder="Enter your password">
<br><br>
Document :<br>
Aadhar card<input type="checkbox">
Ration card<input type="checkbox">
Pan card<input type="checkbox">
<br><br>
Gender:<br>
Male<input type="radio" name="a1">
Female<input type="radio" name="a1">
<br><br>
States:<br>
<select>
<option> Select</option>
<option>Goa</option>
<option>Punjab</option>
<option>Bihar</option>
<option>Delhi</option>
<option>U P</option>
</select>
<br><br>
<input type="file">
<br><br>
<a href="https://www.amazon.in/">For Online shoppings</a>
<br><br>
<input type ="Submit" value="Submit">
<input type ="Reset" value="Reset">
<br><br>
Feedback <textarea rows ="1" cols="18"></textarea>
</form>
</body>
</html>
No comments:
Post a Comment