Skip to content
Open
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
41 changes: 41 additions & 0 deletions MCA1/1A/MANSI KASHYAP 2171200/21712003/ROLL NUMBER 54
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<title>Coder_UK_07</title>
</head>
<body>
<form action="Scripting_4b.html">
<fieldset>
<legend>Student Registration</legend>
<br />
<label for="fname">Uder Id:</label>
<input
type="text"
required
placeholder="Enter your user id"
id="fname"
name="fname"
/><br /><br />
<label for="pass">Password:</label>
<input
type="password"
placeholder="Enter your password"
id="pass"
name="pass"
/><br /><br />
<label for="mail">E-Mail:</label>
<input
type="email"
id="mail"
placeholder="example@domain.com"
name="mail"
/><br />
<br />
<label for="dob">DOB:</label>
<input type="date" id="dob" /><br /><br />
<button type="Login" value="Login">Login</button>
<br /><br />
</fieldset>
</form>
</body>
</html>