<a href="..." .../>

I don't think I've ever typed an <a> elment without immediately following the 'a' with 'href="..." '—ever. Even though html/xml attributes are orderless, href always seems to come first.

Note to self: Do some google-spidering to build a histogram of the attribute ordering of <a>. I bet it's a totally skewed distribution.

 by Keith