TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
1.A question of style sheets. For most people the look of a
document - the color, the font, the margins - are as important as the
textual content of the document itself. But make no mistake! HTML is
not designed to be used to control these aspects of document
layout. What you should do is to use HTML to mark up headings,
paragraphs, lists, hypertext links, and other structural parts of your
document, and then add a style sheet to specify layout separately, ...
2.FONT tag considered harmful! Many filters from word-processing packages,
and also some HTML authoring tools, generate HTML code which is completely
contrary to the design goals of the language. What they do is to look at a
document almost purely from the point of view of layout, and then mimic that
layout in HTML by doing tricks with FONT, BR and (non-breaking spaces).
HTML documents are supposed to be structured around items such as paragraphs,
headings and lists. Yet some of these documents barely have a paragraph tag
in sight!