summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 10 hands-on assignments/Ch10_msglm/10.1.join.html
blob: d5b7269ab94a80682193d9338f477df1cf286638 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Form Example</title>
	</head>
	<body>
		<h1>Join Our Newsletter</h1>
		<form method="get">
			E-mail: <input type="text" name="email" id="email"><br><br>
			<input type="submit" value="Sign Me Up!">
			<input type="reset">
		</form>
	</body>
</html>