Problem with JavaScript and CSS

Hello,

I tried to validate this document:

 <!DOCTYPE HTML PUBLIC "-//WebTechs//DTD Mozilla HTML//EN">
 <HTML>
 <HEAD>
 <TITLE> ... </TITLE>
 <link rel=stylesheet href="style.css" type="text/css" >
 <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
 <!--
    ...
  //-->
 </SCRIPT>
    ...

In the link-line I got a "there is no attribute "TYPE"" error.
In the SCRIPT-line I got:
              "there is no attribute "LANGUAGE""
              "there is no attribute "TYPE""
              "element "SCRIPT" undefined"

What is wrong in my file ??

Thanks and best regards -

	Dirk

Received on Friday, 11 February 2000 06:35:22 UTC