Moved to accessibility section.
You are using an
XHTML doctype this means you need to self-close elements.
e.g. this:
- HTML: Select all
<link href="style.css" rel="stylesheet" type="text/css">
becomes:
- HTML: Select all
<link href="style.css" rel="stylesheet" type="text/css" />