HTML5 attributes xmlns, lang, xml:lang
Everything I’ve seen and heard suggests that you should stick to <!DOCTYPE html> <html> <head> <meta charset=”UTF-8″> (or whatever character set you actually want). If you want a language associated with the page you can use the “lang” attribute on the <html> tag. Since HTML5 is not XML, really, I personally would find it weird … Read more