Intro to HTML - 0130

Menu Back Next
HTML Tags! - An Autoload Web site


How can I create a Web Site when someone types in the high level directory, the main web page becomes active.
  1. Need to have a Web Server
  2. Your main web page needs to be name - INDEX.HTM or INDEX.HTML
  3. INDEX acts just like AUTOEXEC.BAT in DOS or
  4. win.ini in Windows

The web server will search the directory for a file named INDEX.HTM_ and execute it if exists. Otherwise, a directory listing will show up and all your files will be listed in a tree form.