Introduction
	<h3><font color=blue>Infotree</font></h3>~<p>Infotree is where you organize your data and make presentations based on htm documents. Just click on a root node and the text of the child will be displayed.</p>~~
Music
	<h3><font color=blue>Music</font></h3>~<p>You can include music in your documents. Just listen to <a href="bach1.mid">Bach</a>!</p>~~
Images
	<img src="modigliani.jpg">~
Forms
	<h3><font color=blue>Forms</font></h3>~<p>Enter data in the form fields, press the submit button and click the next node. You see the result of your submitted data.</p>~<form action=""><br>~Name<br>~<input name="name" type=text><br>~Address<br>~<input name="address" type=text><br>~City<br>~<input name="city" type=text><br>~<input type=submit value=""></form>
Results
	<h3><font color=blue>View Submit results</font></h3><A HREF="mysubmit.txt">Results</A>
Quiz
	<h3><font color=blue>A little Quiz</font></h3>~<p>What is the capital city of the Netherlands?</p>~<input type=button value="The Hague" onclick="Wrong"> ~<input type=button value="Rotterdam" onclick="Wrong"> ~<input type=button value="Amsterdam" onclick="Right!">
