1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<!DOCTYPE html>
<html>
	<head>
		<title>lab 19</title>
	</head>
	<body>
		<form name="f" action="http://google.com/search" method="get">
		Search: <input type="text" name="q" value="">
		<input type="submit" value="Go">
		</form> 
	</body>
</html>