- Code: Select all
<body id="index">
<div align="center">
<script language="php">
include "$root/include/header.html";
</script>
I get the following warning on the 3rd line:
- Code: Select all
Missing "type" attribute. HTML 4.01 and XHTML (but not HTML5) require the "type" attribute for the "script" element to specify the scripting language.
And the following error on the 4th line:
- Code: Select all
[JavaScript] SyntaxError: missing ; before statement
Of course neither line is seen by a browser.



