Phosphoros
02-20-2006, 12:52 PM
This is not really a big deal, but the source code for http://www.beastieboys.com/bbs/ contains the following data:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
which indicates that the site should be XHTML 1.0 Transitional. But according to the w3c validator the page is not valid XHTML (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.beastieboys.com%2Fbbs%2 F). I realize that I should have better things to do than going around examining the source code for web pages, but I noticed it so there ya go! :p
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
which indicates that the site should be XHTML 1.0 Transitional. But according to the w3c validator the page is not valid XHTML (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.beastieboys.com%2Fbbs%2 F). I realize that I should have better things to do than going around examining the source code for web pages, but I noticed it so there ya go! :p