November 2000
Intermediate to advanced
384 pages
8h 8m
English
The error reports you've seen so far in this chapter have been fairly simple to sort out. The process of validation can become more difficult when the validator gets "confused", or gives you strange and almost irrelevant looking reports. In this section, we'll take a look at some errors that generate responses that at first glance, don't make any sense.
Listing 8.2 is similar to the calendar file created back in Chapter 5, "Working with Tables." I've introduced three specific errors into it for the validator to catch. (Can you spot them?)
<html> <head> <title>September 2000</title> <meta name="author" content="Ann Navarro </head> <body> <table border="1"> <caption><b>September 2000</b></caption> ... |
Read now
Unlock full access