briprogram
MIS
I am coding in XHTML 1.0 strict format.
The code below->
While coding in Dreamweaver CS3 keeps giving me this validation response. The code is focusing on the < in the </h1> tag.
< found between tags. Consider using the equivalent entity (& = '&', < = '<', > = '>', " = quotation mark). [XHTML 1.0 strict][/color blue]
but the code looks to me the amateur like it is fine.
It is working fine in IE6.
Thanks
Brian
The code below->
Code:
<script type="text/javascript">
document.write("<h1>Brian's Supermarket Order Form</h1>")
</script>
While coding in Dreamweaver CS3 keeps giving me this validation response. The code is focusing on the < in the </h1> tag.
< found between tags. Consider using the equivalent entity (& = '&', < = '<', > = '>', " = quotation mark). [XHTML 1.0 strict][/color blue]
but the code looks to me the amateur like it is fine.
It is working fine in IE6.
Thanks
Brian