registration.html
registration.html
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">
<title>Registration Form</title>
<style>
.margin{
margin-left: auto;
margin-right: auto;
h1{
text-align: center;
</style>
</head>
<body>
<table class="margin">
<tr>
<td ><b>Name</b></td><td><input type="text" name="Name" id="Name"></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<label for="gender"></label>
</tr>
<tr>
<td><b>Religion</b></td>
<td>
<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>
</tr>
<tr>
<td><b>State</b></td>
</tr>
<tr>
<td><b>City</b></td>
</tr>
<tr>
<td><b>PIN Code</b></td>
</tr>
<tr>
<td><b>Nationality</b></td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>>
<tr>
</tr>
<tr>
</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: