The basic format of an HTML document is as follows
Format of an HTML page
There are various optional arguments which can be placed within most
"tags". That is, within the struction "< >". See the reference manual
for descriptions of these optional arguments.
The content of the page is bounded by the opening tag and the
closing tag.
The tag which is used to reference or link to another page is
What appears in page
The "name of file" is the file name if it is in the same directory as
the calling file, other wise "file name" is the path to the file.
The tag which is used to insert a graphic into a file is
Be sure you close your html document with the end body and html tags.