0% found this document useful (0 votes)
14 views3 pages

Fome

code in this fome in html code

Uploaded by

rajn21343
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views3 pages

Fome

code in this fome in html code

Uploaded by

rajn21343
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

<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>
&emsp; <input type="date">
<br><br>
<label><b>Gender :</b></label>
<br><br>&nbsp; &nbsp; &nbsp;
<span id="male">male</span>
<input type="radio" name="Gender">
<br><br>&nbsp; &nbsp; &nbsp;
<span id="Female">Female</span>
<input type="radio" name="Gender">
<br><br>&nbsp; &nbsp; &nbsp;
<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"/>
&emsp; <input type="Mobile Number">
<br><br>
<label>
<b>Address :</b>
</label>
&emsp; <input type="Address">
<br><br>
<label>
<b>Blood Group</b>
</label>
&emsp; <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>

You might also like