Common HTML errors
Note that different Browsers interpret HTML tags differently. It is
very important to write HTML documents that look good on any
browser.
- End of paragraph marker issues - <p>
- Representing a character that would otherwise be recognized as markup tag
- URL Errors
- Missing end-tags
- Things to avoid
- Problems with image tags - dummy image, permissions, path
- Don't embed an HTML tag element within an anchor
Composing Good HTML Document
[next]
[Previous]
[Index]
HTML 2.0 Checked