http://www.doctor-html.com/
su questo sito ho provato a verificare l'html delle mie pagine, in alcune mi segnala errori nell'html preso dalla banner machine..
Improper tag syntax; extra character(s):'+'cript language="JavaScript" src="http://ad.altervista.org/alternet.ad?c=17&f=3&'+new Date().getTime()+'"
questo è un esempio
An open tag was found without a matching close. This may be an extra tag you should remove, or there may be a missing close tag later in the page that you need to add.
questo un altro esempio...
guardando l'html dei banner ho notato che alcuni sono scritti così al termine (vedi pezzo in rosso)
<script language="JavaScript">document.write('<s'+'cript language="JavaScript" src="http://ad.altervista.org/alternet.ad?c=17&f=3&'+new Date().getTime()+'"></s'+'cript>');</script>
altri hanno questa sintassi:
<script language="javascript" type="text/javascript">
document.write('<s'+'cript language="javascript" src="http://ad.altervista.org/alternet.ad?c=0&f=0&'+new Date().getTime()+'"><\/s'+'cript>');
</script>
perchè?ci sono errori in quale?