Recently I\'ve been seeing a lot of this:
I find using single quotes is handy when dynamically generating HTML using a programming language that uses double quote string literals.
e.g.
String.Format("{1}", Url, Desc)