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

registration.html

The document outlines an exercise for developing a user registration form as part of a Web Design and Development Laboratory course at Odisha University of Technology and Research. It includes HTML code for a form that collects various user information such as name, date of birth, email, phone number, gender, religion, address, and educational details. The form is structured with appropriate input controls and includes options for file uploads for academic documents.

Uploaded by

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

registration.html

The document outlines an exercise for developing a user registration form as part of a Web Design and Development Laboratory course at Odisha University of Technology and Research. It includes HTML code for a form that collects various user information such as name, date of birth, email, phone number, gender, religion, address, and educational details. The form is structured with appropriate input controls and includes options for file uploads for academic documents.

Uploaded by

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

ODISHA UNIVERSITY OF TECHNOLOGY AND RESEARCH

BHUBANESWAR
Department of Computer Science and Applications
Semester-1 Web Design and Development Laboratory
Regd. No-2224100031 Date:

Exercize-2
Aim of The Experiment: Develop a user registration form. Use appropriate form controls for
submitting user information.

CODE:
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Registration Form</title>

<style>

.margin{

margin-left: auto;

margin-right: auto;

h1{

text-align: center;

</style>

</head>

<body>

<h1>Student Registration Form</h1><br>

<table class="margin">

<tr>
<td ><b>Name</b></td><td><input type="text" name="Name" id="Name"></td>

</tr>

<tr>

<td><b>Date of birth</b></td><td> <input type="date" name="Date" id="Date"> </td>

</tr>

<tr>

<td><b>Email</b></td><td><input type="text" name="Number" id="Number"></td>

</tr>

<tr>

<td><b>Phone</b></td><td><input type="text" name="Number" id="Number"></td>

</tr>

<tr>

<td><b>Father's Name</b></td><td><input type="text" name="Name" id="Name"></td>

</tr>

<tr>

<td><b>Mother's Name</b></td><td><input type="text" name="Name" id="Name"></td>

</tr>

<tr>

<label for="gender"></label>

<td><b>Gender</b></td><td>Male <input type="radio" name="gender" id="gender"> <br>

female <input type="radio" name="gender" id="gender"> <br>

Other <input type="radio" name="gender" id="gender"><br>

</tr>

<tr>

<td><b>Religion</b></td>

<td>

<select name="Religion" id="Religion">

<option value="">select</option>

<option value="">Hindu</option>

<option value="">Muslim</option>

<option value="">Other</option>
</select></td>

</tr>

<tr>

<td><b>Address</b></td>

<td> <textarea name="Address" rows="5" cols="50"></textarea> </td>

</tr>

<tr>

<td><b>State</b></td>

<td><input type="text" name="" ></td>

</tr>

<tr>

<td><b>City</b></td>

<td><input type="text" name="" ></td>

</tr>

<tr>

<td><b>PIN Code</b></td>

<td><input type="text" name="" ></td>

</tr>

<tr>

<td><b>Nationality</b></td>

<td><input type="text" name="" ></td>

</tr>

<tr>

<td><b>Enter Your Board/University Name</b></td><td><input type="text" name="" id=""></td>

</tr>

<tr>

<td><b>Enter 10th Registration Number</b></td><td><input type="text" name="" id=""></td>

</tr>

<tr>

<td><b>Upload 10th Mark Sheet</b><td><input type="file"


name="10th_upload"id="10th_upload"></td>
</td>

<tr>

<td><b>Enter Your Board/University Name</b></td><td><input type="text" name="" id=""></td>

</tr>

<tr>

<td><b>Enter +2 Registration Number</b></td><td><input type="text" name="" id=""></td>

</tr>

<tr>

<td><b>Upload +2 Mark Sheet</b></td><td><input type="file"


name="+2_upload"id="+2_upload"></td>

</tr>

<tr>

<td><b>Enter Your Board/University Name</b></td><td><input type="text" name="" id=""></td>

</tr>>

<tr>

<td><b>Enter Graduation Registration Number</b></td><td><input type="text" name=""


id=""></td>

</tr>

<tr>

<td><b>Upload Graduation Mark Sheet</b></td><td><input type="file" name="+2_upload"


id="+2_upload"></td>

</tr>

<tr>

<td><input type="reset"></td>

<td><input type="submit"></td>

</tr>

</table>

</body>

</html>
ODISHA UNIVERSITY OF TECHNOLOGY AND RESEARCH
BHUBANESWAR
Department of Computer Science and Applications
Semester-1 Web Design and Development Laboratory
Regd. No-2224100031 Date:

Output:

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