<!DOCTYPE html>
<html>
<!--
demo of clicker question - request
-->
<!--
by: Sharon Tuttle
last modified: 4-24-13
-->
<head>
<title> clicker question demo - request </title>
<meta charset="utf-8" />
</head>
<body>
<h1> clicker question demo - request </h1>
<form method="post"
action="http://nrs-projects.humboldt.edu/~st10/s13cs318/318lect13/looky.php">
<label> Type something: <input type="text" name="burp"
value="boo" /> </label> <br />
<input type="submit" />
</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>