home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <BODY BACKGROUND="" BGCOLOR="#0000FF" TEXT="#FFFF00" LINK="#FF0000" ALINK="#808080" VLINK="#00FFFF">
- <HR>
- <H1><CENTER>SAMPLE HTML FILE</CENTER></H1>
- <HR>
- Within this document most of the implemented tags are included, study this
- document to see what wich tag does.<BR>
- Use netscape to view this file, since the internal browser does not support all tags
- at this time<BR>
- if you want more info about HTML Follow this link
- <A HREF="http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html">HyperText Markup Language (HTML): Working and Background Materials</A>
- <HR>
- <!-- headings-->
- <H1><H1> heading 1 </H1></H1>
- <H2><H1> heading 2 </H1></H2>
- <H3><H1> heading 3 </H1></H3>
- <H4><H1> heading 4 </H1></H4>
- <H5><H1> heading 5 </H1></H5>
- <H6><H1> heading 6 </H1></H6>
- <HR>
- <!-- bold italics and underlined-->
- <B><B>BOLD</B></B>
- <I><I>ITALICS</I></I>
- <U><U>UNDERLINED</U></U><BR>
- The above tags can be combined to something like this <B><I><U>BOLD-ITALICS-UNDERLINED</B></I></U><BR>
- <HR>
- <!--MISC tags-->
- You can change to other types of text via:<BR>
- <KBD>Wild text phrase</KBD> changes to this <KBD>wild text phrase</KBD><BR>
- <TT>Wild text phrase</TT> changes to this <TT>wild text phrase</TT><BR>
- <BLINK>Wild text phrase</BLINK> changes to this <BLINK>wild text phrase</BLINK><BR>
- <S>Wild text phrase</S> changes to this <S>wild text phrase</S><BR>
- <CITE>Wild text phrase</CITE> changes to this <CITE>wild text phrase</CITE><BR>
- <FONT SIZE=+3>Wild text phrase</FONT> changes to this <FONT SIZE=+3>wild text phrase</FONT><BR>
- <BIG>Wild text phrase</BIG> changes to this <BIG>wild text phrase</BIG> you can nest this tag for BIGGER TEXT<BR>
- <BIG><BIG>Big enough?</BIG></BIG><BR>
- <SMALL>Wild text phrase</SMALL> changes to this <SMALL>wild text phrase</SMALL> you can nest this tag for SMALLER TEXT<BR>
- <SMALL><SMALL>smal enough?</SMALL></SMALL><BR>
- <HR>
- This is the body feature as used in the top of this file.<BR>
- <BODY BACKGROUND="" BGCOLOR="#0000FF" TEXT="#FFFF00" LINK="#FF0000" ALINK="#808080" VLINK="#00FFFF"> </BODY><BR>
- You can include a image within the brackets of BACKGROUND, this will work as a wallpaper.<BR>
- <HR>
- This is how a jump to another site works : <A HREF="http://www.euronet.nl/users/rpe/index.htm"> Here we go </A><BR>
- this is how it looks in a real situation <A HREF="http://www.euronet.nl/users/rpe/index.html">here we go</A><BR>
- <HR>
- Image links<br>
- <IMG SRC="image.ext"> Normal situation<IMG SRC="image.ext"><BR>
- <IMG SRC="image.gif" Align=right ALT="Graphic should be here" border=2 HEIGHT=50 WIDTH=50 VSPACE=5 HSPACE=5>
- Extended features <IMG SRC="image.gif" Align=right ALT="Graphic should be here" border=2 HEIGHT=50 WIDTH=50 VSPACE=5 HSPACE=5><br>
- The image shows up at the right side, surrounded by a border, if no picture is found the alt text will be displayed.<BR>
- <HR>
- Horizontal rulers<BR>
- <HR> normal ruler, no extras<BR>
- <HR Size="6" Width="50" Align="Center"> enhanced type.<BR>
- Samples are below.<BR>
- <HR >
- <HR Size="6" Width="50" Align="Center">
- <P><HR>
- Forms, sample of a message form created by tc-director<BR>
- <HTML><BR>
- <BODY BACKGROUND="Logo.gif" TEXT="#0000FF" LINK="#FF0000" VLINK="#A0A0A4" ALINK="#808000"> </BODY><BR>
- <TITLE> Ricks Mail Form </TITLE><BR>
- <CENTER><BR>
- <HR SIZE=3><BR>
- <CENTER><BR>
- <H4><BR>
- <FORM METHOD=POST ACTION="mailto:rpe@euronet.nl"><BR>
- State your internet adress <INPUT TYPE="TEXT" SIZE="40" NAME="FROM"><BR>
- State subject of conversation <INPUT TYPE="TEXT" SIZE="40" NAME="SUBJECT"><BR>
- <HR SIZE=3>
- scribble message here <TEXTAREA NAME="MESSAGE" ROWS=25 COLS=72> </TEXTAREA><BR>
- <HR SIZE=3><BR>
- <INPUT TYPE="submit" VALUE="Send message"><BR>
- <INPUT TYPE="reset" VALUE="Cancel message"><BR>
- <HR SIZE=3><BR>
- </CENTER><BR>
- </FORM><BR>
- <H4><BR>
- <CENTER> This form is created with TC-HTML (C) <A HREF="http://www.euronet.nl/users/rpe/index.html"> Tashcom software </A><BR>
- <HR SIZE=3><BR>
- </CENTER> </H4><BR>
- </HTML>
- <HR>
- SAMPLE BELOW
- <HR>
- <!-- autocreated by tc-html (c) tashcom software 1995-->
- <HTML>
- <TITLE> Ricks Mail Form </TITLE>
- <CENTER>
- <H4>
- <FORM METHOD=POST ACTION="mailto:rpe@euronet.nl">
- State your internet adress <INPUT TYPE="TEXT" SIZE="40" NAME="FROM"><BR>
- State subject of conversation <INPUT TYPE="TEXT" SIZE="40" NAME="SUBJECT"><BR>
- <HR SIZE=3>
- scribble message here <TEXTAREA NAME="MESSAGE" ROWS=25 COLS=72></TEXTAREA><BR>
- <HR SIZE=3>
- <INPUT TYPE="submit" VALUE="Send message"><INPUT TYPE="reset" VALUE="Cancel message">
- <HR SIZE=3>
- </CENTER></FORM>
- <H4><CENTER> This form is created with TC-HTML (C)<A HREF="http://www.euronet.nl/users/rpe/index.html"> Tashcom software</A>
- <HR SIZE=3>
- </CENTER></H4>
-
- </BODY>
- </HTML>
-
-
-