html
as the destination directory, and suggested simple
as the filename prefix; therefore, the filename of the first page of the web document would be:
/webmaker/html/simple-1.html
on UNIX
C:\webmaker\html\simple_1.htm
on Windows
Banana:WebMaker:html:simple-1.html
on the Macintosh, assuming the hard drive is named Banana
The following three figures show how the web document appears when viewed in a browser that does not support CSS. WebMaker converted the file simple.MIF
into three web pages. Figure 2.5 shows the first page of the web document.
Figure 2.5 First web page of A Simple Example
The Document Title is "A Simple Example"; this was the title we provided in the Make a Web dialog. Notice that this page has a Next button at the top of the page and another one at the bottom, for easy navigation. This page contains some text, and two links. You can go to the next section by clicking on the Next button, or by clicking on the first link.
Figure 2.6 Second web page of A Simple Example
The second page has three navigation buttons (which appear at the top and at the bottom of the page). Next goes to the next page; Previous goes to the previous page; and Top goes to the first page of this web document.
Figure 2.7 Third web page of A Simple Example
The third page has three navigation buttons (which appear at the top and at the bottom of the page). Next is grayed out and does not go anywhere, because this is the last page; Previous goes to the previous page; and Top goes to the first page of this web document.
If you are interested in seeing the HTML itself, you can give the command in your browser to view the HTML source of any of these web pages.