Error Line 22, Column 63: Element link is missing required attribute property.
link rel="stylesheet" type="text/css" href="css/layout.css"
Error Line 22, Column 63: Element link is missing required attribute property.
link rel="stylesheet" type="text/css" href="css/layout.css"
Move your link element to the <head>
section of your HTML document.