Also note that in some error reports:
The line means Before this point.
That point being where the error became obvious: say the <p> begins a 500 word paragraph. The closing </p> may be many screen lines down
The validator ran into a New <p> (the line and col) .
You can't nest <p> tags: an obvious error
Sometimes you need to backtrack. It all depends on the EXACT error message
|