Miscellany
public text v1 · immutable<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>