Recently I've been seeing a lot of this:
<a href='http://widget-site-example.com/example.html'>
<img src='http://widget-site-example.com/ross.jpg' alt='Ross's Widget' />
</a>
Is it even valid to use single quotes in HTML? As I've highlighted above it's also problematic because you have to escape apostrophes.
"single quotes are half as wide as double quotes, which saves lots of bandwidth over time", implying that double quotes are larger than single quotes, I'd just like to clarify that double quotes and single quotes are the same size in bytes. – David Murdoch Mar 10 '11 at 14:09