Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions 46-2101074-gungan/answer1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<html>
<head>
<title>Registration Form</title>
</head>
<body>
<form>
<fieldset>


<legend>Registration Form</legend>
<center>

<table style="text-align: center;">

<tr>

<td><label for="uname" id="unme">User Name : </label></td>
<td><input type="text", id="uname"></td>
</tr>
<tr>

<td><label for="pass" id="pass">Password : </label></td>
<td><input type="password", id="pass"></td>
</tr>
<tr>

<td><label for="dob" id="dob">DOB : </label></td>
<td> <input type="date", id="dob"></td>
</tr>

<tr>

<td><label for="email" id="email">Email : </label></td>
<td><input type="email", id="email"></td>
</tr>
</table>
</center>

</fieldset>
</form>

</body>
</html>
1 change: 1 addition & 0 deletions 46-2101074-gungan/demo2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added 46-2101074-gungan/demoanswer2.docx
Binary file not shown.