Here's a sample of xhtml strict code, you can use it as an example for your meta-tags: I might've been able to be of more help if you supplied the code itself on the thread... <!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" lang="en" xml:lang="en"> <head> <title>My Title</title> <meta name="keywords" content="ddd, sss, ffff," /> <meta http-equiv="Content-Type" content="text/html; Select from list" /> </head> <body> </body> </html> Code (markup):
That's odd... maybe because you are using <META instead of <meta The name attribute of <meta> has not been deprecated.