<html>
<head><title>form</title>
</head>
<body>
<form method="post">
<table border="5" cellspacing="12"
cellpaddind="12">
<caption> Manish kundu</caption>
<tr>
<td>Enter your Name</td>
<td><Input type="text"></td>
</tr>
<tr>
<td><lable>Enter Your
Password</lable></td>
<td><input type="Password"></td>
<tr>
<td>Enter Date of Birth</td>
<td><input type="number"></td>
<tr>
<td>Phone no.</td>
<td><Input type="number"></td>
</tr>
<tr>
<td>Email id</td>
<td><Input type="text"></td>
</tr>
<tr><td><input type="submit"
value="submit"><a
href="https://google.com">submit<
/a></td>
<td><input type="Button"
value="Back"></td>
<td><input type="Reset"
value="Reset"></td>
</tr>
</body>
</html>
No comments:
Post a Comment