Let us try find some bugs in HTML. It is easy to find bugs; if you know where to look. However, sometimes it is just not obvious.

Here is a list of things I watch for:

  1. Non-matching tags
  2. Incorrect tag names
  3. Missing or non-matched quotes
  4. Be careful with references.
  5. Make sure images have correct path and name

Tables are also tricky.

Common table errors
Error TypeDescription
No closing <TD> or <TR> tagTable appearance gets messed up
COLSPAN/ROWSPANHard to track down
Nested tables:Use colors to help solve nested table issues.