The tutorial says to create a file containing the following text.
It does not tell you what name to use for the file. I assume that should be
home.xml
Ron
<document>
<header>
<title>Home Page</title>
</header>
<body>
<s1 title="Welcome to Personnel Administrator">
<p>
Welcome to our Personnel Administrator. You
can perform one of the following functions:
</p>
<ul>
<li>
<link href="search-dept.html">Search Departments</link>
</li>
<li>
<link href="search-empl.html">Search Employees</link>
</li>
<li>
<link href="create-dept.html">Create Departments</link>
</li>
<li>
<link href="edit-dept.html">Edit a Department</link>
</li>
<li>
<link href="create-empl.html">Create Employee</link>
</li>
<li>
<link href="edit-empl.html">Edit an Employee</link>
</li>
</ul>
</s1>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]