All pastes #1209375 Raw Copy code Copy link Edit

Miscellany

public text v1 · immutable
#1209375 ·published 2008-09-23 14:58 UTC
rendered paste body
<html xmlns = "http://www.w3.org/1999/xhtml">
	<head>
	<body>
		<title>Registration Form</title>
 	</head>
		<h2>Registration Form</h2>

		<form action='formproc.php' method='post'>
		Name: <input type="text" name="name" />
		Age: <input type="text" name="age" />
		Email <input type="text" name="email" />
		<input type="submit" />
	</form>
	</body>
</html>