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
1 change: 1 addition & 0 deletions 67_2101162_RajatRawat/check
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

55 changes: 55 additions & 0 deletions 67_2101162_RajatRawat/demotest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<h1> student Registration Form</h1>
<title>form</title>



</head>
<body>
<table border="3" align="center">

<tr>
<td align="center"> Registration Form</td>
</tr>



<td>

<form>

<table border="3" bordecolor="black">


<pre>


user name: <input type="text" name="f1" size="50" maxlength="50" placeholder="user name"><br>
password: <input type="password" name="f1" size="50" maxlength="50" placeholder="password"><br>
email: <input type="text" name="f1" size="50" maxlength="50" >><br>


DOB <label for="start">:</label><input type="date" id="start" name="trip-start"
value="2018-07-22"
min="2018-01-01" max="2018-12-31">




<input type="submit" value="submit"><br>

</pre>

</table>

</form>

</td>

</table>


</body>
</html>
55 changes: 55 additions & 0 deletions 67_2101162_RajatRawat/demotest1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<h1> student Registration Form</h1>
<title>form</title>



</head>
<body>
<table border="3" align="center">

<tr>
<td align="center"> Registration Form</td>
</tr>



<td>

<form>

<table border="3" bordecolor="black">


<pre>


user name: <input type="text" name="f1" size="50" maxlength="50" placeholder="user name"><br>
password: <input type="password" name="f1" size="50" maxlength="50" placeholder="password"><br>
email: <input type="text" name="f1" size="50" maxlength="50" >><br>


DOB <label for="start">:</label><input type="date" id="start" name="trip-start"
value="2018-07-22"
min="2018-01-01" max="2018-12-31">




<input type="submit" value="submit"><br>

</pre>

</table>

</form>

</td>

</table>


</body>
</html>