<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/> <meta content='' name='keywords'/>
Refactorings
No refactoring yet !
paul.wilkins.myopenid.com
April 15, 2009, April 15, 2009 07:13, permalink
Double quotes are the more correct ones to use for HTML and XHTML code.
A space needs to exist before the closing slash, to ensure that Internet Explorer, which cannot interpret XHTML, is capable of understanding the code as HTML.
See: http://www.w3.org/TR/xhtml1/#guidelines
It's also best for the attributes with greater entropy to be listed first.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="" />
Just some super simple code to be used on a tutorial.