<HTML>
<HEAD>
<TITLE>...Insert your title
here...</TITLE>
</HEAD>
<BODY>
...Place your text, links, pictures
and so on here...
</BODY>
</HTML><BODY TEXT="#rrggbb"><BODY BGCOLOR="#rrggbb"><BODY LINK="#rrggbb"><BODY VLINK="#rrggbb">
<BODY>
<BODY TEXT="0000ff"> ; blue text colour.
<BODY BGCOLOR="000000"> ; black background colour.
<BODY LINK="ffff00"> ; yellow link colour.
<BODY VLINK="ffffff"> ; white text-colour.
<BODY>
<BODY TEXT="0000ff" BGCOLOR="000000" LINK="ffff00"
VLINK="ffffff"><HR SIZE=10> ;This sets the size of the horizontal ruler to 10
Value between 0-100 are allowed.Code</Code>
<DL>
<DT>Term 1
<DD>Definition
1.1
<DD>Definition 1.2
<DT>Term 2
<DD>Definition 2.1
<DD>Definition
2.2
</DL>
<UL>
<LI>Item 1
<LI>Item 2
</UL>
<OL>
<LI>Item 1
<LI>Item 2
</OL>
<UL>
<LI>Menu Item 1
<OL>
<LI>Sub Item 1.1
<LI>Sub Item 1.2
<UL>
<LI>Sub Item 1.2.1
</UL>
</OL>
<LI>Menu Item 2
</UL>
<A HREF="Place the address of the link here">Write information about
the link here</A><A NAME="variable name">Some text</A><A HREF="document address#variable name">Description of
link</A><A HREF="doc.htm#docvar">Description of link</A>
...
Bla bla bla bla
...
<A NAME="docvar">Some text</A><A HREF="mailto:e-mail address"> Insert text
here</A>Test e-mail to <A HREF="mailto:gr5a-131@emil.ruc.dk">the
writers</A> of this document.<IMG SRC="Insert filename of picture"><IMG SRC="ruc.gif">
<IMG SRC="ruc.gif" ALT="Ruc-logo"><IMG SRC="ruc.gif" WIDTH=90 HEIGHT=120>
<IMG SRC="ruc.gif" WIDTH=90 HEIGHT=120 HSPACE=100
VSPACE=50>
<IMG SRC="ruc.gif" WIDTH=90 ALIGN=right>You can place your
text, links and pictures here as you usually do, with line breaks
etc.<BR>Bla bla bla bla bla bla bla bla...
You can place your text, links and
pictures here as you usually do, with line breaks etc.<IMG SRC="ruc.gif" WIDTH=90 ALIGN=center>You can place your
text, links and pictures here as you usually do, with line breaks
etc.<BR>This line appears under the picture
You can place your text, links
and pictures here as you usually do, with line breaks etc.<A HREF="link.htm"><IMG SRC="ruc.gif" WIDTH=90
ALIGN=center> Press here</A> to view the text the link points
to.
Press
here to view the text the link points to.
<FORM METHOD="method type" ACTION="address name">
... Insert the form elements here ...
</FORM><INPUT NAME="variable name" SIZE=length_of_input_field>
<INPUT NAME="variable name" TYPE=CHECKBOX VALUE="value">
<INPUT NAME="variable name" TYPE=RADIO VALUE="value">
<SELECT NAME="variable name" >
<OPTION>Option 1
<OPTION>Option 2
<OPTION>Option 3
</SELECT>
<TEXTAREA NAME="variable name" COLS=width_of_textarea
ROWS=height_of_textarea>
... If the textarea should contain text when loaded write it here ...
</TEXTARE>
<FORM METHOD="POST" ACTION="dumme svin!!!">
Your name: <INPUT NAME="name" SIZE=50>
Address: <TEXTAREA NAME="address" COLS=50
ROWS=4></TEXTAREA><BR><BR>
Male <INPUT NAME="sex" TYPE=RADIO VALUE="male"><BR>
Female <INPUT NAME="sex" TYPE=RADIO
VALUE="female"><BR><BR>
Colour of eyes:<BR>
<SELECT NAME="eyes">
<OPTION>Blue
<OPTION>Brown
<OPTION>Green
</SELECT><BR><BR>
Hardware on your computer:<BR>
<INPUT NAME="hard" TYPE=CHECKBOX VALUE="keyboard">
Keyboard<BR>
<INPUT NAME="hard1" TYPE=CHECKBOX VALUE="sound">
Soundcard<BR>
<INPUT NAME="hard2" TYPE=CHECKBOX VALUE="joystick">
Joystick<BR><BR>
<INPUT TYPE=SUBMIT VALUE="Submit">
<INPUT TYPE=RESET VALUE="Clear">
</FORM>