aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/lec/Lec4Ex2.html
blob: 24355bb533d5fe96acd35b90e7526bdf2ba12dd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
 <head>
	<meta charset="utf-8">
	<title>There is no form</title>
 </head>
 <body>
	<form method="post">
	 <p>
		<input name="URL" Type="url">URL</input><br>
		<input name="email" Type="email">Email</input><br>
	 </p>
	 <p>
		<input type="submit" value="Submit">
		<input type="reset" value="Clear">
	 </p>
	</form>
 </body>