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:
- dwClickable: Entire Block Clickable Using MooTools 1.2
- Track Clicks Outside Active Elements with MooTools or jQuery
- HTML5 Link Prefetching
- HTML5 classList API
- Dress Up Your Select Elements with FauxSelect