Bear with me, I'm trying to learn HTML and have written some pages partly by way of practice, and the following bit of code is an extract from this page:
(No remarks are necessary regarding the content, thanks!)
Here is the troublesome code:
<p style="text-indent:0cm;">
<script language="javascript" type="text/javascript" src="homecounter.js"></SCRIPT>
<noscript><em>With JavaScript enabled, a hit counter will appear here.</em></noscript>
</p>
Now, using W3Cs validation service, it reports an error in that the final </p> tag is not required, as the element is already closed. I've looked at this 'till hy head hurts, but can't see an error as such. This same error is repeated elsewhere, and seems related to the <noscript> element.
Any ideas??
Regards, Andy.
**************************************
My pathetic attempts at learning HTML can be laughed at here:
(No remarks are necessary regarding the content, thanks!)
Here is the troublesome code:
<p style="text-indent:0cm;">
<script language="javascript" type="text/javascript" src="homecounter.js"></SCRIPT>
<noscript><em>With JavaScript enabled, a hit counter will appear here.</em></noscript>
</p>
Now, using W3Cs validation service, it reports an error in that the final </p> tag is not required, as the element is already closed. I've looked at this 'till hy head hurts, but can't see an error as such. This same error is repeated elsewhere, and seems related to the <noscript> element.
Any ideas??
Regards, Andy.
**************************************
My pathetic attempts at learning HTML can be laughed at here: