How to create sing up form
<!Doctype >
<html>
<head>
<title> How to create sing up form </title>
</head>
<body>
<table border="2">
<caption> How to create sing up form </caption>
<tr>
<th> First name </th>
<td> <input type="text" size="10"></td>
</tr>
<tr>
<th> Last name </th>
<td> <input type="text" size="10"></td>
</tr>
<tr>
<th> Email-Id</th>
<td> <input type="text" size="10"></td>
</tr>
<tr>
<th> Contact no</th>
<td> <input type="text" size="10"></td>
</tr>
<tr>
<th> Gender</th>
<td> Input type="text" size="10"> > </td>
</tr>
<tr>
<th> Password</th>
<td> <input type="text" size="10"</td>
</tr>
</table>
<//body>
</html>
Comments