When you access a particular site on the World Wide Web, you generally first view that sites home page. A home page is the "front," or main, page of a Web site. Generally, the page bears the name of the default page, commonly home.html or default.html, and resides within the root directory for that server. An example of a URL pointing to a home page might be:
http://www.process.com/
A home page is generally designed to be an introductory page to an organizations or an individuals web site. From the home page, users can find information about the organization serving the page, the activities or services of that organization, or a great amount of other data.
Most home pages have several common elements:
The hyperlinks from a home page should lead users to other pages with related information. Since there is no guarantee that clients leaving the home page will return right away, home page writers often restrict these links to internal resources. Any links to external sources can be provided from pages that branch off the home page.
There are some considerations to bear in mind when you begin to actually construct your home page. More than half of all Web users are accessing the Internet at 28.8K baud or slower. This means that, for most users, the process of downloading and viewing large graphic files is slow and tedious. Therefore, it is generally a good practice to make a home page that is pleasing to the eye and informative without being overwhelming to the user.
Also, it is important to consider other aspects of user hardware when developing pages. One thing to remember is that many users are operating with 256 colors. If you use graphics that rely on a large color depth for clarity, many users will not be able to properly view your page.
Another fact forgotten frequently by developers (who tend to have larger monitors and use higher resolution) is that many users are operating at 640x480 resolution. For these users, pages designed with respect to 800x600 resolution or greater might be cumbersome and unappealing.
It is also important to make it easy to find information on a home page. There are several techniques designers can use to make navigation simple and logical. Some of these tools are:
If you keep these techniques and considerations in mind,
you should be able to create a home page that is both appealing and
informative.