<Html>
<head>
<title>
Registration Page
</title>
</head>
<body bgcolor="lightblue">
<h1><b><u>AMITY UNIVERSITY JHARKHAND</u></b></h1>
<br>
<br>
<form>
<label> name </label>
<input type="text" name="name" size="15"/> <br> <br>
<label>form no</label>
<input type="number" name="enrollment no" size="10"/> <br> <br>
<label> date of birth: </label>
<input type="date" name="DOB"/> <br> <br>
<label>
Select bachlor Course :
</label>
<select>
<option value="Course">select</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
<option value="B.Tech">B.Tech</option>
</select><br><br>
<label>
Select masters Course :
</label>
<select>
<option value="masters Course">Course</option>
<option value="MBA">MBA</option>
<option value="MCA">MCA</option>
<option value="M.Tech">M.Tech</option>
</select>
<br>
<br>
<label>
Gender :
</label><br>
<input type="radio" name="male"/> Male <br>
<input type="radio" name="female"/> Female <br>
<input type="radio" name="other"/> Other<br>
<br>
<label>
Phone :
</label>
<input type="text" name="country code" value="+91" size="1"/>
<input type="text" name="phone" size="10"/> <br> <br>
Address
<br>
<textarea cols="50" rows="3" value="address">
</body>
</html>