<HTML>

<!--------------------------------------------------------->
<!-- This is a page in the "Tarmac Travel" Example Web   -->
<!-- which is used as an example of web design and       -->
<!-- creation in the WebHints Tutorial at:               -->
<!--    http://www.ross.net/webhints/tutorial/           -->
<!-- Tarmac Travel is an fictional organization that was -->
<!-- imagined solely for the purposes of the example.    -->
<!-- Copyright (C) Ross N. Williams 1997.                -->
<!-- http://www.ross.net/                  ross@ross.net -->
<!--------------------------------------------------------->


<HEAD>
<TITLE>Tarmac Travel Order Form</TITLE>
</HEAD>

<BODY BACKGROUND="binary/sidebar.jpg" BGCOLOR="#FFFFFF"
      TEXT="#000033" VLINK="#660000"
      LINK="#FF0000" ALINK="#CC0000">


<!-- The following table creates a 105 pixel margin.   -->
<!-- It also wraps the text it encloses to 380 pixels. -->
<TABLE><TR><TD WIDTH="105"></TD><TD WIDTH="380">


<FONT SIZE="4">

<P>
<BR>
<FONT SIZE="6">Tarmac Travel Order Form</FONT><BR>




<DL>
<DT>
<DL>

<FORM METHOD="POST" ACTION="http://www.tarmactravel.com.au/cgi/mail">
<INPUT TYPE="hidden" NAME="mailto" VALUE="order@tarmactravel.com.au">
<TABLE>
<TR><TD><STRONG>Name:</STRONG></TD>
<TD> <INPUT TYPE="text" SIZE="30" NAME="Name"></TD></TR>
<TR><TD><STRONG>Email:</STRONG></TD>
<TD> <INPUT TYPE="text" SIZE="30" NAME="Email"></TD></TR>
<TR><TD><STRONG>Destination:</STRONG></TD>
<TD>
    <SELECT NAME="Destination">
    <OPTION SELECTED>
    <OPTION>Antarctica
    <OPTION>Australia
    <OPTION>Africa
    <OPTION>China
    <OPTION>England
    <OPTION>Greece
    </SELECT>
    </TD></TR>
</TABLE>
<BR>
<INPUT TYPE="submit" VALUE="Order Holiday">

</FORM>

</DL>
</DL>



<!-- Start of the page footer -->
<P>
<HR>
<FONT SIZE="2">
<A HREF="home.html">Back to the home page</A><BR>
<A HREF="mailto:webmaster@ross.net"
>webmaster@tarmactravel.com.au</A><BR>
<A HREF="contact.html">
Contact us to book your holiday.</A><BR>
<A HREF="copyright.html">
Copyright &copy; Ross N. Williams All rights reserved.</A><BR>
</FONT>
<HR>
<!-- End of the page footer -->

</FONT>
<P>
<FONT COLOR="#336600" SIZE="2">Warning:
This is an <A HREF="../index.html">example web</A>.
Tarmac Travel is a fictional company.</FONT><BR>


</TD></TR></TABLE>
<!-- End of the margin table  -->



</BODY>
<!--------------------------------------------------------->
<!--         End of a Tarmac Travel Web Page             -->
<!--------------------------------------------------------->
</HTML>