0% found this document useful (0 votes)
30 views2 pages

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)
30 views2 pages

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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy