-1

Error Line 22, Column 63: Element link is missing required attribute property.

link rel="stylesheet" type="text/css" href="css/layout.css"

1 Answers1

1

Move your link element to the <head> section of your HTML document.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
  • Its already in the section http://m-and-m.in/demo/abharan/main.html http://validator.w3.org/ Errors found while checking this document as HTML5! 55 Errors, 12 warning(s) – user2362327 Oct 10 '13 at 08:44
  • @user2362327 — That page does not exhibit that error. – Quentin Oct 10 '13 at 09:16