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