NCSA: National Center for Supercomputing Applications
 Alliance NCSA User_Info Access MyLinks
University of Illinois at Urbana-Champaign
Leading Edge Site
 

Multimedia Design for the World Wide Web



Define Your Audience


Planning the Document Layout


Element Design


Text Design

Text is often the most important and least noticed part of an HTML document. In order to ensure that information is properly communicated it is important that text be easy to recognize, read and understand. These design tips may help.


Style

Along with the logistics of text, style should also be considered. Font size and style do a lot to convey the implied meaning of text. Keep aesthetics and legibility in mind. For example bold or italicized text conveys more of an emphasis than does plain text. It's a good idea to be aware of the differences between Physical and Logical Styles in HTML.


Image Design

This is an example of what NOT to do when creating an image file.

Now, let's look at the elements that make up this image and how we can improve them.


Color

Color can be the most important element in image design. Keep these factors in mind when determining what colors to use and how to implement them.


Image Size

Image size is very important when working on the WWW.



Line-Width

Thin lines are dangerous!



Annotation

Using graphs and scales to chart data is a common practice in presentations of all kinds. It is, however, important to remember to explain to the viewer what these are meant to represent.


End Result

An example of a well thought out and carefully constructed image that works well in both NTSC and RGB.


Adding Images

To take advantage of the multimedia aspects of sophisticated browsers you should be sure to add images to your documents. Not only will images add zip to text, they may serve as vital pieces of information in their own right and draw attention to html pa ges.


Aligning Images

Extra commands can be added to the <img src=Image_URL> tag. One of the extra commands is the ALIGN= statement. This will allow you to align text with the image. The default setting is even with the bottom of the image. If you want the text aligned with the top, middle, left or right of the image you can add the ALIGN option as it is shown here:

<img align=middle src=filename.gif>This is aligned to the middle.

This is aligned to the middle.

The align top, middle and bottom commands only affect the first line of text following the command. The align left and right commands affect all of the text in the paragraph.

By adding the <BR CLEAR=LEFT(RIGHT)> tag after the align left or right command you can make the second line of text move down to the line after the bottom of the image.

<img align=left src=filename.gif> This is aligned to the left.
<br clear=left>
More text.

This is aligned to the left.

More text.


Movie Files

Movies may be added to an HTML file with the
<A HREF="http://pathname/filename.mov"> tag for a QuickTime Movie
and <A HREF="http://pahtname/filename.mpg"> tag for MPEG movies. This will create a link from your HTML document to the mov ie file. Your browser should automatically launch the correct player for you. It is important to remember a few things when creating a movie file for use over the Internet via the WWW.


Audio Files

Audio files may be added to an HTML file in the same manner as Movie files.
<A HREF="http://pathname/filename.aiff">
The only thing that changes is the file extension. File formats that are accepted by NCSAMosaic are:


Information Science

Site Planning and Navigation Overview

 


[Alliance] Alliance NCSA UIUC [NCSA]

 




isFrames = false; // using frameset?