Originally Posted by Tex2002ans
You may also want to add lang as well.
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
Search: xml:lang="en-GB"
Replace: lang="en-GB" xml:lang="en-GB"
Some tools/browsers/readers may support one or the other. So including both should make language work wherever.
|