Design for Simplicity Beneath the Surface
Instead of a word processor, use a Web authoring package or create
your document directly in HTML when:
- you need a small file
- you want the fastest possible load time
- you will add JavaScript or other programming to the online version.
Use Good Design Principles
- Use headings often.
- Use subheadings even more often.
- Make your headings and subheadings specific.
- Keep your paragraphs short.
- Use graphics sparingly.
- Use gif's instead of jpeg's whenever possible.
|
|
Add Features for Online Ease of Use
- Bookmark your headings.
- Make separate files for chapters and sections that will be printed
separately.
- Fill in the HTML heading.
- Add meta description and keyword tags.
- Create your title page and main menu.
- Link your main menu to its destination files and bookmarks.
- Create section menus if needed and link them to their destination
files and bookmarks.
- Create any internal links.
- Create backward links from link destinations.
- Add alternative text for graphics.
- TEST YOUR DOCUMENT!
|