I'm trying to validate the following code and it fails on the first link tag:
Could anyone explain this to me?Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Validation Test</title> <link rel="stylesheet" type="text/css" href="/style/menu.css" /> <link rel="stylesheet" type="text/css" href="gui.css" /> </head> <body> <p>test</p> </body> </html>




. Thanks!

Bookmarks