Common HTML Errors:
-
- Don't forget the close-quote in HREF links
- Don't put spaces after
<LI>
or <DD>
- Don't put spaces inside
<A > ... </A>
- Don't use
<DD>
without <DT>
- Don't use
<LI>
or <DD>
outside of lists
- Use
&
for "&"
- Use
<
and >
for "<" and ">"
- Don't put tags inside of comments
[ Next ]