Krushnakumarbhusara
<!-- Html Document Begins-->
<!DOCTYPE html>
<html>
<!-- Header Section-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Comp
atible" content="IE=edge" />
<meta name="viewport" conten t="width=device-width, initial-scale= 1.0" />
Student Registration Form
<title>
</title>
</head>
<!--Body of the Webpage-->
<body bgcolor="orange">
<!--Start of Form-->
<div style="margin: auto;width: 3
0%;">
<form>
<h2>Student Registration For
m</h2>
<p>Fill in this form to register</
p>
<br>
<!--Input elemets for form-->
<label><b>First Name</b></la
bel>
<input type="text" placeholder ="Enter your first name" name="first_ name" required>
<br>
<br>
<label><b>Last Name</b></la
bel>
<input type="text" placeholder ="Enter your last name" name="last_
name" required>
<br>
<br>
<label><b>E-mail</b></label>
<input type="email" placehold er="Enter your e-mail" name="email" r
equired>
<br>
<br>
<label><b>Date of Birth</b></
label>
<input type="date" name="do
b" required>
<br>
<br>
<label><b>Set Username</b>
</label>
<input type="text" placeholder ="Set Username" name="username" r
equired> <br>
<br>
<label><b>Set Password</b>
</label>
<input type="password" place holder="Set password" name="pass word" required>
<br>
<br>
<label><b>Gender</b></label
><br>
<input type="radio" name="ge nder" value="Male">
<label for="Male">Male</label
><br>
nder" value="Female">
<input type="radio" name="ge
abel><br>
<label for="Female">Female</l
<input type="radio" name="ge
nder" value="Others">
bel>
>
<label for="Others">Others</la
<br>
<br>
<label><b>Course:</b></label
<select>
<option value="Course">
Course</option>
<option value="CS">Com
puter Fundamentals</option>
<option value="Al">Artifi
cial Intelligence</option>
<option value="ML">Mac
hine Learning</option>
<option value="OOPS">O
bject Oriented Programming</option> option value="DBMS">D
<database Management System</option n>
</select>
<br>
<br>
<input type="button" value="Re
yesterday"/>
</form>
</div>
</body>
</html>
<!-- Html Document Ends-
bel> >
<!-- Html Document Ends-
Comments
Post a Comment