|
Platinum Edition Using HTML 4, XML, and Java 1.2
(Publisher: Macmillan Computer Publishing)
Author(s): Eric Ladd
ISBN: 078971759x
Publication Date: 11/01/98
Previous | Table of Contents | Next |
After you have selected the information to go on a page, you then need to think about how you want to display it. The rule to keep in mind here is that users rarely read an entire page. Usability studies (such as those by Jakob Nielsen, formerly of Sun Microsystems and author of the Alertbox column at www.useit.com) have demonstrated that most users simply scan a Web page. Knowing this, you have to take steps to make key information stand out prominently so that a person scanning the page can come away with the messages you wanted to convey.
Between standard HTML and extended HTML (browser-specific HTML instructions that are not part of the standard), many ways to place content on a page permit creativity, good organization, and scanability. These include
When writing your paragraphs (or entire Web documents for that matter), be sure to present your main point first and then fill in the details. This way, users scanning the paragraph will get the gist of your point right away and can read on if they want more details. | |
FIGURE 2.1 Each paragraph should put forward one major point that supports your communications goals.
FIGURE 2.2 Web-site hosting provider DIGEX outlines the advantages of its services in highly readable bulleted lists.
FIGURE 2.3 Numbered lists are useful for labeling clauses in a document or for outlining a procedure.
FIGURE 2.4 USA Today uses a combination of graphics and pictures to add flavor to its Web pages.
CAUTION:Dont overdo it with multiple typefaces on a page. Too many fonts can be distracting. Try to limit yourself to twoone serif and one sans serif.
FIGURE 2.5 US Airways lists flights in a fixed-width font, and other information on the page is in a proportional, serifed font.
When presenting tabular data, make sure your column heads are clearly labeled. The HTML <TH> tag will automatically make your column heads centered and bold. | |
FIGURE 2.6 Yahoo!s job listings are presented in table form for increased readability.
FIGURE 2.7 The complex page layout on CNNs site would not be possible without HTML tables.
CAUTION:Frames tend to take away from the usability of your site. For example, it may become hard to bookmark a specific page in a framed layout. If you do use frames, make sure that you keep the layout as simple as possible and test your layout with users before rolling out the site.
FIGURE 2.8 You can target the output from a search to a new frame, enabling search options to continue being displayed.
The page elements noted in the preceding list give you a design palette with which to work. It is up to you to decide which elements best communicate your message in a way that is clear to your audience.
The current HTML standard is HTML 4, which incorporates most of the page elements discussed in the previous list. Even the frame tags are part of HTML 4 spec, including the concept of floating frames as proposed by Microsoft.
NOTE: Floating frames are frames that you can place on a page just as you would an image.
Most mainstream browsers are already in compliance with the HTML 4 tags that create paragraphs, lists, and font effects, as well as those that place images, tables, and frames on a page. If you discover that some of your audience will be using a browser that is not HTML 4 compliant, you should research which tags the browser does not support and make sure you dont use those tags in your page design unless you can provide some kind of alternative way to view the content. Fortunately, a couple of approaches provide alternatives. The next two sections discuss these approaches.
NOTE: Not all browsers are up to speed on some of the HTML tags that support enhanced usability for persons with disabilities. If youre marking up content with sensitivity to a disabled audience, make sure you test your code to see which browsers support the tags youre using.
Previous | Table of Contents | Next |
Products | Contact Us | About Us | Privacy | Ad Info | Home
Use of this site is subject to certain Terms & Conditions, Copyright © 1996-2000 EarthWeb Inc. All rights reserved. Reproduction whole or in part in any form or medium without express written permission of EarthWeb is prohibited. Read EarthWeb's privacy statement. |