HTML and Flash for Instructional Designers

Technical Instruction for R541 Students

Back to lesson index

Common pitfalls in HTML and CSS

Many problems in formatting and layout can be traced to tags that are left open, improperly nested tages, or extraneous empty tags. One way to find coding errors like these is to use an HTML/CSS validator. A validator will examine the code of a file or set of files and find syntax errors. It will also give you some explanation of the error and indicate how to fix it.

Using a validator:

To validate HTML, you have two options:

To validate CSS, use the W3C CSS Validation Service, either by uploading a local file or by entering the address of an online document.
CSS validation

Other things to look for when dealing with formatting problems:

Lesson index | Flash overview | Animation with playback controls | Interactive graphic | Importing external media in Flash | Common pitfalls in HTML and CSS | Embedding media objects in HTML

Site created by Amy Rae Som. Last updated 31 July 2008. Give feedback.