Taboo HTML Tags


These tags are legal HTML tags ... but they should never be used.
Animations are very distracting. Don't use any animation unless that is the purpose of the site.
Annoying Text <marquee>Annoying Text</marquee>

The marquee tag has no effect in Netscape 4.05

Blinking Text <blink>Blinking Text</blink>

The blink tag has no effect in IE 4.72


Tags with undefined meanings - <strong> Strong </strong> <em> Emphasize </em>

The people who developed HTML suggest that it is very bad to explicitly control how a document looks. They say that strong and emphasized are better tags than bold and italic. Supposedly, this allows the user to decide how the document will look ... and the experts say that this is good. In actuallity, this guarantees that your product will look different in every browser. In my opinion, this is bad. (Hint: Frontpage uses strong.)

The main reason that PDF files are so popular is that content producers want absolute control over how the content is displayed and printed.

The only exception to this is using a percentage for the width of an item (such as a table or a horizontal line). In this case the page elements can be displayed at different monitor resolutions without requiring horizontal scrolling.


Do not use animated images (movies are ok, but not animated GIFs). According to the Web Accessibility Initiative (WAI) Guidelines

References


Author: Robert Clemenzi - clemenzi@cpcug.org
URL: http:// cpcug.org / user / clemenzi / technical / HTML_Examples / Taboo.htm