November 2000
Intermediate to advanced
384 pages
8h 8m
English
Although it's certainly nice to get a "no errors" report on the first pass through the validator, not every document will succeed. Your next task, then, is learning how to interpret the error reports given by the validator. Listing 8.1 is a simple XHTML document that contains a few well- formedness errors.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html> <head> <title>Shopping List </head> <body> <h1>Things to get before the trip</h2> <p>Before we leave, we need: <ul> <li>Beach towels</li> <li>Sunblock</li> <li>New snorkels <li>Flippers for Linda</li> </Ul> </body> </html> |
Type up and upload this page to your Web site, and you can run it through ...
Read now
Unlock full access