HTML5 presents a simpler line of thought with HTML than XHTML.  And quite honestly, it’s a much needed simplification.  One of those simplifications is the ability to wrap block-level elements like DIVs, H-tags, and P’s with basic A elements.  You read that correctly:  wrap block-level elements with A tags. HTML5 Code <body> <a href="/about-page.php"> <div class="article"> [...]

Follow Me! Twitter | Facebook | LinkedIn | MooTools Forge.

Full David Walsh Blog Post: HTML5: Wrap Block-Level Elements with A’s

Related posts:
  1. dwClickable: Entire Block Clickable Using MooTools 1.2
  2. Track Clicks Outside Active Elements with MooTools or jQuery
  3. HTML5 Link Prefetching
  4. HTML5 classList API
  5. Dress Up Your Select Elements with FauxSelect