<!DOCTYPE html>
<html>
<!-- adapted from:
http://srv13.fountainheadcollege.com/mustafa.eminoglu/ws201/registration.html
-->
<head>
<title>Registration</title>
<meta charset="utf-8" />
</head>
<body>
<h2> User Registration </h2>
<p>
Please complete the following form to register with our site:
</p>
<form action="http://users.humboldt.edu/smtuttle">
<label> User Name: <input type="text" name="txtUserName"
size="20" /> </label> <br />
<label> Password: <input type="password" name="pwdPassword"
size="20" /> </label> <br /> <br />
Gender:
<label> <input type="radio" name="radSex"
value="male" /> Male </label>
<label> <input type="radio" name="radSex"
value="female" /> Female </label> <br /> <br />
How did you hear about us? (choose one):
<select name="selReferrer">
<option value="website"> Another website </option>
<option value="printAd"> Magazine ad </option>
<option value="friend"> From a friend </option>
<option value="other"> Other </option>
</select> <br /> <br />
<label> Please select this box if you wish <br />
to be added to our mailing list
<input type="checkbox" name="chkMailingList" /> </label>
<br />
<small> We will not pass on your details to any third
party. </small> <br /> <br />
<input type="submit" value="Register now" />
</form>
<hr />
<p>
<a href="http://validator.w3.org/check/referer">
Validate this HTML5 page
</a>
</p>
<p>
For full credit, this page must also pass the tests at
<a href="http://lint.brihten.com/html/">
http://lint.brihten.com/html/ </a> when its URL is
entered (and without modifying the default options).
</p>
<p>
<a href=
"http://jigsaw.w3.org/css-validator/check/referer?profile=css3">
<img src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS3!" height="31" width="88" />
</a>
</p>
</body>
</html>