Never used it but simply wrapping the DIV with a hyperlink will validate as HTML5
<!doctype html>
<html>
<head>
<title>xxx</title>
</head>
<body>
<a href="whatever.htm"><div id="thediv"></div> </a>
</body>
</html>
Never used it but simply wrapping the DIV with a hyperlink will validate as HTML5
<!doctype html>
<html>
<head>
<title>xxx</title>
</head>
<body>
<a href="whatever.htm"><div id="thediv"></div> </a>
</body>
</html>