Student

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<titlte><b><u>STUDENT</u></b></title>
<\head>
<body>
<\br><\br>
<center> <b><u> STUDENT FORM <\u><\b>
<form>
<\br>
Student name: &nbsp <input type="text"><\br><\br>
Student Reg no: <input type="text"><\br><\br>
Gender: &nbsp Male : <input type="radio" name="Gender" value="Male">Female : <input
type="radio" name="Gender" value="Female"> <\br><\br>
Subject:<input type="Checkbox" name="Subject" value="DBMS"> DBMS:<input
type="Checkbox"name="Subject" value="DS"> DS:<input type="Checkbox"name="OS">OS<\
br><\br>
Select your session:
<select>
<option>2015-19<\option>
<option>2016-12<\option>
<option>2017-13<\option>
<option>2018-14<\option>
<\select> <br/><br/>
CGPA:&nbsp<input type ="text"><br/><br/>
<input type="submit"><input type="reset">
<\form>
<\center>
<\body>
</html>

You might also like