Hello
Is the syntax of this correct, please, because I get an error:
<%@ Page Title="" Language="VB" MasterPageFile="~/Site.master" %>
<script runat="server">
</script>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
There is a green squiggly line under 'html' and the error is:
Element 'html' cannot be nested within element 'div'.
Myself, I can't see that html is in a <div> element.
Can I also ask if this is correct:
<script runat="server">
</script>
Thanks!
Go to the complete details ...