home *** CD-ROM | disk | FTP | other *** search
/ Internet Toolkit for Windows 95 / Inter95.iso / progs / tcd32205 / SAMPLES.HT_ / SAMPLES.HT
Encoding:
Text File  |  1996-09-28  |  5.0 KB  |  109 lines

  1. <HTML>
  2. <BODY BACKGROUND="" BGCOLOR="#0000FF" TEXT="#FFFF00" LINK="#FF0000" ALINK="#808080" VLINK="#00FFFF">
  3. <HR>
  4. <H1><CENTER>SAMPLE HTML FILE</CENTER></H1>
  5. <HR>
  6. Within this document most of the implemented tags are included, study this
  7. document to see what wich tag does.<BR>
  8. Use netscape to view this file, since the internal browser does not support all tags
  9. at this time<BR>
  10. if you want more info about HTML Follow this link 
  11. <A HREF="http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html">HyperText Markup Language (HTML): Working and Background Materials</A>
  12. <HR>
  13. <!-- headings-->
  14. <H1><H1> heading 1 </H1></H1>
  15. <H2><H1> heading 2 </H1></H2>
  16. <H3><H1> heading 3 </H1></H3>
  17. <H4><H1> heading 4 </H1></H4>
  18. <H5><H1> heading 5 </H1></H5>
  19. <H6><H1> heading 6 </H1></H6>
  20. <HR>
  21. <!-- bold italics and underlined-->
  22. <B><B>BOLD</B></B>
  23. <I><I>ITALICS</I></I>
  24. <U><U>UNDERLINED</U></U><BR>
  25. The above tags can be combined to something like this <B><I><U>BOLD-ITALICS-UNDERLINED</B></I></U><BR>
  26. <HR>
  27. <!--MISC tags-->
  28. You can change to other types of text via:<BR>
  29. <KBD>Wild text phrase</KBD> changes to this <KBD>wild text phrase</KBD><BR>
  30. <TT>Wild text phrase</TT> changes to this <TT>wild text phrase</TT><BR>
  31. <BLINK>Wild text phrase</BLINK> changes to this <BLINK>wild text phrase</BLINK><BR>
  32. <S>Wild text phrase</S> changes to this <S>wild text phrase</S><BR>
  33. <CITE>Wild text phrase</CITE> changes to this <CITE>wild text phrase</CITE><BR>
  34. <FONT SIZE=+3>Wild text phrase</FONT> changes to this <FONT SIZE=+3>wild text phrase</FONT><BR>
  35. <BIG>Wild text phrase</BIG> changes to this <BIG>wild text phrase</BIG> you can nest this tag for BIGGER TEXT<BR>
  36. <BIG><BIG>Big enough?</BIG></BIG><BR>
  37. <SMALL>Wild text phrase</SMALL> changes to this <SMALL>wild text phrase</SMALL> you can nest this tag for SMALLER TEXT<BR>
  38. <SMALL><SMALL>smal enough?</SMALL></SMALL><BR>
  39. <HR>
  40. This is the body feature as used in the top of this file.<BR>
  41. <BODY BACKGROUND="" BGCOLOR="#0000FF" TEXT="#FFFF00" LINK="#FF0000" ALINK="#808080" VLINK="#00FFFF"> </BODY><BR>
  42. You can include a image within the brackets of BACKGROUND, this will work as a wallpaper.<BR>
  43. <HR>
  44. This is how a jump to another site works : <A HREF="http://www.euronet.nl/users/rpe/index.htm"> Here we go </A><BR>
  45. this is how it looks in a real situation <A HREF="http://www.euronet.nl/users/rpe/index.html">here we go</A><BR>
  46. <HR>
  47. Image links<br>
  48. <IMG SRC="image.ext"> Normal situation<IMG SRC="image.ext"><BR>
  49. <IMG SRC="image.gif" Align=right  ALT="Graphic should be here" border=2 HEIGHT=50 WIDTH=50 VSPACE=5 HSPACE=5>
  50. Extended features <IMG SRC="image.gif" Align=right ALT="Graphic should be here" border=2 HEIGHT=50 WIDTH=50 VSPACE=5 HSPACE=5><br>
  51. The image shows up at the right side, surrounded by a border, if no picture is found the alt text will be displayed.<BR>
  52. <HR>
  53. Horizontal rulers<BR>
  54. <HR> normal ruler, no extras<BR>
  55. <HR Size="6" Width="50" Align="Center"> enhanced type.<BR>
  56. Samples are below.<BR>
  57. <HR >
  58. <HR Size="6" Width="50" Align="Center">
  59. <P><HR>
  60. Forms, sample of a message form created by tc-director<BR>
  61. <HTML><BR>
  62. <BODY BACKGROUND="Logo.gif" TEXT="#0000FF" LINK="#FF0000" VLINK="#A0A0A4" ALINK="#808000"> </BODY><BR>
  63. <TITLE> Ricks Mail Form </TITLE><BR>
  64. <CENTER><BR>
  65. <HR SIZE=3><BR>
  66. <CENTER><BR>
  67. <H4><BR>
  68. <FORM METHOD=POST ACTION="mailto:rpe@euronet.nl"><BR>
  69. State your internet adress <INPUT TYPE="TEXT" SIZE="40" NAME="FROM"><BR>
  70. State subject of conversation <INPUT TYPE="TEXT" SIZE="40" NAME="SUBJECT"><BR>
  71. <HR SIZE=3>
  72. scribble message here <TEXTAREA NAME="MESSAGE" ROWS=25 COLS=72> </TEXTAREA><BR>
  73. <HR SIZE=3><BR>
  74. <INPUT TYPE="submit" VALUE="Send message"><BR>
  75. <INPUT TYPE="reset"  VALUE="Cancel message"><BR>
  76. <HR SIZE=3><BR>
  77. </CENTER><BR>
  78. </FORM><BR>
  79. <H4><BR>
  80. <CENTER> This form is created with TC-HTML (C) <A HREF="http://www.euronet.nl/users/rpe/index.html"> Tashcom software </A><BR>
  81. <HR SIZE=3><BR>
  82. </CENTER> </H4><BR>
  83. </HTML>
  84. <HR>
  85. SAMPLE BELOW
  86. <HR>
  87. <!-- autocreated by tc-html (c) tashcom software 1995-->
  88. <HTML>
  89. <TITLE> Ricks Mail Form </TITLE>
  90. <CENTER>
  91. <H4>
  92. <FORM METHOD=POST ACTION="mailto:rpe@euronet.nl">
  93. State your internet adress <INPUT TYPE="TEXT" SIZE="40" NAME="FROM"><BR>
  94. State subject of conversation <INPUT TYPE="TEXT" SIZE="40" NAME="SUBJECT"><BR>
  95. <HR SIZE=3>
  96. scribble message here <TEXTAREA NAME="MESSAGE" ROWS=25 COLS=72></TEXTAREA><BR>
  97. <HR SIZE=3>
  98. <INPUT TYPE="submit" VALUE="Send message"><INPUT TYPE="reset"  VALUE="Cancel message">
  99. <HR SIZE=3>
  100. </CENTER></FORM>
  101. <H4><CENTER> This form is created with TC-HTML (C)<A HREF="http://www.euronet.nl/users/rpe/index.html"> Tashcom software</A>
  102. <HR SIZE=3>
  103. </CENTER></H4>
  104.  
  105. </BODY>
  106. </HTML>
  107.  
  108.  
  109.