This page is not Valid HTML 4.01 Frameset!
Below are the results of attempting to parse this document with
an SGML parser.
Error
Line 4,
column 29:
required attribute "TYPE" not specified
.<script language="javascript">
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values fortypeare
type="text/css"for<style>
andtype="text/javascript"for<script>.
href="feedback.html?uri=http%3A%2F%2Fwebct.curtin.edu.au%2F305033_a%2Fstudent_pres%2FGroup05%2Findex.html;errmsg_id=127#errormsg"
title="Suggest improvements on this error message through our feedback channels"
>✉
Error
Line 48,
column 32:
required attribute "TYPE" not specified
.<script language="JavaScript1.4">
href="feedback.html?uri=http%3A%2F%2Fwebct.curtin.edu.au%2F305033_a%2Fstudent_pres%2FGroup05%2Findex.html;errmsg_id=127#errormsg"
title="Suggest improvements on this error message through our feedback channels"
>✉
Error
Line 63,
column 6:
end tag for "HEAD" which is not finished
.</head>
Most likely, You nested tags and closed them in the wrong order. For
example <p><em>...</p> is not acceptable, as <em>
must be closed before <p>. Acceptable nesting is:
<p><em>...</em></p>
Another possibility is that you used an element which requires
a child element that you did not include. Hence the parent element
is "not finished", not complete. For instance, <head> generally
requires a <title>, lists (ul, ol, dl) require list items (li,
or dt, dd), and so on.
href="feedback.html?uri=http%3A%2F%2Fwebct.curtin.edu.au%2F305033_a%2Fstudent_pres%2FGroup05%2Findex.html;errmsg_id=73#errormsg"
title="Suggest improvements on this error message through our feedback channels"
>✉
Error
Line 64,
column 5:
document type does not allow element "BODY" here
.<body>
The element named above was found in a context where it is not allowed.
This could mean that you have incorrectly nested elements -- such as a
"style" element in the "body" section instead of inside "head" -- or
two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML
documents. Due to HTML's rules of implicitly closed elements, this error
can create cascading effects. For instance, using XHTML's "self-closing"
tags for "meta" and "link" in the "head" section of a HTML document may
cause the parser to infer the end of the "head" section and the
beginning of the "body" section (where "link" and "meta" are not
allowed; hence the reported error).
href="feedback.html?uri=http%3A%2F%2Fwebct.curtin.edu.au%2F305033_a%2Fstudent_pres%2FGroup05%2Findex.html;errmsg_id=64#errormsg"
title="Suggest improvements on this error message through our feedback channels"
>✉
Error
Line 65,
column 29:
required attribute "TYPE" not specified
.<script language="javascript">
href="feedback.html?uri=http%3A%2F%2Fwebct.curtin.edu.au%2F305033_a%2Fstudent_pres%2FGroup05%2Findex.html;errmsg_id=127#errormsg"
title="Suggest improvements on this error message through our feedback channels"
>✉
Error
Line 70,
column 6:
end tag for "HTML" which is not finished
.</html>
href="feedback.html?uri=http%3A%2F%2Fwebct.curtin.edu.au%2F305033_a%2Fstudent_pres%2FGroup05%2Findex.html;errmsg_id=73#errormsg"
title="Suggest improvements on this error message through our feedback channels"
>✉
No comments:
Post a Comment