ASP.net 2010 Error "Validation (HTML5): Element 'nav' cannot be be nested within element 'html'"
Hi
I am trying to learn a bit of html5. I created a new ASP.net web application the I changed the Text validation in
Tools/Options/Text Editor/HTML from "XHTML 1.0 Transitional" to "HTML5".
I get the following error in the mark up further down. Have I set this up wrong? I realise that I am shooting in the dark a bit here.
Error: "Validation (HTML5): Element 'nav' cannot be be nested within element 'html'"
My page's mark up code:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="HTML5._Default" %>