Pseudo means a mixture of two things, in this case, html and xhtml.
you have the actual code in xhtml, but it is being sent with the html mime type.
That's a no-no. use this:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>BOSS Steel News Page -- HOME DEPOT</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1">
Bookmarks