Log into your web server, and go to the "appropriate" directory
for placing your static HTML pages. Your webmaster can give you this
information. For this class we will be using the server named
"frankenlinux", and your static HTML directory is
/home/yourusername/web-public/html.
Once within this directory, create the following file, and name
it index.html .
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>Hello World</TITLE>
</HEAD><BODY>
<H1>Hello World</H1>
Hello world, from a <EM> simple </EM> text file with imbedded HTML formatting.
<HR>
</BODY></HTML>
Once you have saved this file, return to your client system and
bring up your web browser. Enter the URL appropriate for the file you
created, in our case it will be
http://frankenlinux/YourUserName/index.html