Well, the validation fever continues. Today I modified all my .html files (yes, again) to make them validate as XHTML 1.1.
As with the previous validation, I had to change some data in DOCTYPE and the <html> tag, but also had to substitute all my <b>'s, <i>'s, and name's with <strong>'s, <em>'s, and id's, respectively. I also had to remove all the <hr />'s, though this wasn't too harmful.
