Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (1)
Add new file
· 66c20899
reddy divya reddy
authored
May 30, 2018
66c20899
Hide whitespace changes
Inline
Side-by-side
form.html
0 → 100644
View file @
66c20899
<!DOCTYPE html>
<html>
<head>
<h1>
LOGIN FORM
</h1>
<body>
<h3>
<p>
username:
<input
type=
"text"
name=
""
></p>
<p>
</h3>
<h3>
year:
<input
type=
"text"
name=
""
></p>
</h3>
<h3>
<p>
DOB:
<input
type=
"text"
name=
""
></p></h3>
<h3>
<p>
age:
<input
type=
"text"
name=
""
></p></h3>
<h3>
<p>
branch:
<select
name=
"branch"
>
<option
value=
"CSE"
>
CSE
</option>
<option
value=
"ECE"
>
ECE
</option>
<option
value=
"EEE"
>
EEE
</option>
</select>
<h3>
<p>
ht.no:
<input
type=
"text"
name=
""
></p></h3>
<h3>
<p>
email:
<input
type=
"text"
name=
""
></p></h3>
<h3>
<p>
password:
<input
type=
"password"
name=
""
></p></h3>
<h3>
<p>
phone number:
<input
type=
"text"
name=
""
></p></h3>
<form
method=
"post"
action=
"submit"
>
<input
type=
"submit"
name=
"submit"
>
</form>
</body>
</head>
</html>
\ No newline at end of file