<html>
<head>
<title>STUDENT REGISTRATION FROM</title>
</head>
<body>
<div class="main">
<div class="registration">
<h1>STUDENT REGISTRATION FROM </h1>
<form id="REGISTER" method="post">
<label>
<b>NAME* :</b>
</label>
<input type="text" name="fname" id="name"
placeholder="FIRST NAME">
<input type="text" name="fname" id="name"
placeholder="LAST NAME">
<br><br>
<label>
<b>Father name/mother name* :</b>
</label>
<input type="text" name="fname" id="name"
placeholder="FIRST name">
<input type="text" name="fname" id="name"
placeholder="LAST NAME">
<br><br>
<label>
<b>Date of birth* :</b>
</label>
  <input type="date">
<br><br>
<label><b>Gender :</b></label>
<br><br>
<span id="male">male</span>
<input type="radio" name="Gender">
<br><br>
<span id="Female">Female</span>
<input type="radio" name="Gender">
<br><br>
<span id="other">other</span>
<input type="radio" name="Gender">
<br><br>
<label>
<b>Mobile Number :</b>
</label>
<input type="text" name="country code"
placeholder="Country Code" value="+91" size="3"/>
  <input type="Mobile Number">
<br><br>
<label>
<b>Address :</b>
</label>
  <input type="Address">
<br><br>
<label>
<b>Blood Group</b>
</label>
  <input type="Blood group">
<br><br>
<label>
Course :
</label>
<select>
<option value="Course">Course</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
<option value="B.Tech">B.Tech</option>
<option value="BSC">BSC</option>
<option value="DIPLOMA">DIPLOMA</option>
<option value="B.com">B.com</option>
</select>
</lable>
<br><br>
<label for="psw"><b>Password :</b></label>
<input type="password " placeholder="Enter Password "
name="psw">
<br><br>
<button type="submit" class="submit">submit</button>
</form>
</div>
</div>
</body>
</html>