0% found this document useful (0 votes)
27 views

HTML Program1

The document contains a student registration form that collects a student's first name, last name, email, password, language preferences, gender, and city. It also includes a table with sample student data and a link to navigate to Amazon to place an order.

Uploaded by

HARSHAL
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)
27 views

HTML Program1

The document contains a student registration form that collects a student's first name, last name, email, password, language preferences, gender, and city. It also includes a table with sample student data and a link to navigate to Amazon to place an order.

Uploaded by

HARSHAL
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/ 2

<!

DOCTYPE html>
<html>
<head>
<title> Information Form </title>
</head>
<body>
<center>
<h2>Student Registration Form </h2>
<form>
FirstName :- <input type="text" id="fn1234" name="hgfdshr" placeholder="firstname" class="yfds" /> <br/> <br/>
LastName :- <input type="text" id="ln1234" name="fdsa" placeholder="lastname"/> <br/> <br/>
Email ID :- <input type="text" id="email1234" name="hgfds" /> <br/> <br/>
Password :- <input type="password" id="pass1234"name="sdfgh" <br/> <br/><br/>

Select Lang:-
English <input type="checkbox" name="rghjkmng">
Hindi <input type="checkbox" name="ytrew">
Marathi <input type="checkbox" name="poiuyt"> <br/><br/>

Select Gender :-
Male <input type="radio" name="abcd" id="malegender">
Female <input type="radio" name="abcd" id="femalegender"> <br/><br/>

Select Your City :-


<select>
<option></option>
<option>Mumbai</option>
<option>Pune</option>
<option>Kolkota</option>
<option>Delhi</option>
</select> <br/><br/>
<input type="button" name="asdfg" value="Submit"> <br/><br/>

</form>

<table border="1">
<tr>
<th> Sr.No</th>
<th> Name </th>
<th> Marks</th>
</tr>
<tr>
<td>1 </td>
<td>David </td>
<td>80 </td>
</tr>
<tr>
<td>2 </td>
<td>Tom </td>
<td>75 </td>
</tr>

</table>
</center>

<a href="https://www.amazon.com/"> Click Here to navigate Amazon and place order</a> <br>
<img src="C:\Users\232338\OneDrive\Desktop\Photo.jpg" width="600" height="400">

</body>
</html>

You might also like