I read up a little on the language tag and I am confused on what to use (not a coder).
My page says it's "XHTML 1.0 Transitional".
I read this page:
http://www.w3.org/International/tuto...language-decl/
I found these as options:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Language" content="en" />
I would think using them all would insure language recognition (although, I think the first 2 overlap).
Which one(s) should I use?