<html>
<head>
<title></title>
<link rel="stylesheet" href="test.css" type="text/css">
<style type="text/css">
a {text-decoration:none}
input {width:150px}
.sign {font-family:ms sans serif; font-size:9pt}
</style>
</head>
<body>
<h1>QCM class demo</h1>
<p>
<br/>Here, can be a text of presentation for the test.<br/>
<br/>You can write the goal of this test, some watchwords to do it correctly and all useful informations.<br/>
<br/>In this demo, it's not important to take account of the relevance of the questions. It is about a demo just to see different type of items.
<br/>If a valid mail address is given, the result will be sent à this address.
</p>
<p> <p> <p><hr>
<center><form>
<p><input type="button" value="Go to the test" onclick="window.location='test3.php'"></p>
<p><input type="button" value="Return to Google" onclick="window.location='http://www.google.fr/'"></p>
</form></center>
<p>
<hr align="left" width="200" size="1" noshade>
<div class="sign">
<font size="3">© </font>mar 2009,
<a href="mailto:pierre@fauque.net">Pierre FAUQUE</a>
</div>
<hr align="left" width="200" size="1" noshade>
</p>
</body>
</html>
|