|
The proper format for tutorials requires four files. The first is an "index.html" file. This file is located in the subdirectory of one of the tutorial directories.
example:
isip006_[1]: cd /home/proctor/cd /ftp/pub/research/isip/projects/speech/software/
tutorials/general/html_standards/
html index.html index.html,v
isip006_[1]:
The second file is located in the "html" subdirectory. This file is
named "title.html". This file obviously acts as the title for the
tutorial. When someone wishes to view the tutorial, he or she will
click a link which will point to this file.
example: "toc.html"
<a href="./page_01.html#introduction" target="main">
Introduction</a>
example: body page
<a name="introduction">
HTML Standards Introduction:</a>
The fourth file will be a body file. The tutorial will most likely contain several body files. These will be labeled along the lines of "page_01.html". They will be located in the same subdirectory as the title and table of contents files. Refer to Page Setup for more information on body files.
example:
isip006_[1]: cd /home/proctor/cd /ftp/pub/research/isip/projects/speech/software/
tutorials/general/html_standards/html/
.#page_01.html title.htm toc.html,v
page_01.html title.html,v
page_01.html,v toc.html
isip006_[1]:
|