- From: Scott Palmer <Scott.Palmer@home.com>
- Date: Tue, 24 Aug 1999 22:53:17 -0400 (EDT)
- To: <www-validator@w3.org>
The following code failed to validate:
<SCRIPT type="text/javascript">
<!--
document.writeln("<BR><B>You are using: </B>" + navigator.appName);
// -->
</SCRIPT>
The error was:
Error at line 74:
document.writeln("<BR><B>You are using: </B>" + navigator.appName);
end tag for element "B" which is not open (explanation...)
Received on Tuesday, 24 August 1999 23:21:04 UTC