Answer No : 6 :
<html>
<head>
<title>sher singh</title>
</head>
<body>
<center><b>
<table border=2 style="width:400px;" >

<tr>
<td colspan="2"><center><b>Registration Form</b></center></td>
</tr>

<tr>
<td>Full Name</td>
<td><input type="text" id="name"/></td>
</tr>

<tr>
<td>Password</td>
<td><input type="password" id="name"/></td>
</tr>

<tr>
<td>Email Id</td>
<td><input type="email" id="Email"/></td>
</tr>

<tr>
<td>Select Your Name</td>
<td><input type="radio" id="male" name="gender"/>Male<input type="radio" id="Female" name="gender"/>Female</td>
</tr>

<tr>
<td>Select course</td>
<td><select id="course">
<option>ccc</option>
<option>o level</option>
<option>adca</option>
<option>a level</option>
<option>tally</option>
</select>
</td></tr>

<tr>
<td>Qualification</td>
<td>
<input type="checkbox" >10<sup>th</sup>
<input type="checkbox" >12<sup>th</sup>
<input type="checkbox" >ITI
<input type="checkbox" >Diploma
</td>
</tr>

<tr>
<td colspan="2" align="center">
<button type="button">Submit</button>
</td>
</tr>

</table>
</center></b>
</body>
</html>
Output: