55502f40dc8b7c769880b10874abc9d0

Just some super simple code to be used on a tutorial.

<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
<meta content='' name='keywords'/>

Refactorings

No refactoring yet !

Aacfa176a8d73ca75b90b6375151765a

paul.wilkins.myopenid.com

April 15, 2009, April 15, 2009 07:13, permalink

No rating. Login to rate!

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="" />

Your refactoring





Format Copy from initial code

or Cancel