вопрос
Добрый день.
Делаю валидным шаблон, все поборол, около 340 ошибок исправил. Но вот, одну беду не могу побороть, не пойму в чем проблема, ругается на скрипт, что нету alt атрибута в скрипте, или я не правильно понял. Может кто-то поможет. За ранее спасибо.
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 for type are type="text/css" for and type="text/javascript" for .
ссылка
Делаю валидным шаблон, все поборол, около 340 ошибок исправил. Но вот, одну беду не могу побороть, не пойму в чем проблема, ругается на скрипт, что нету alt атрибута в скрипте, или я не правильно понял. Может кто-то поможет. За ранее спасибо.
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 for type are type="text/css" for and type="text/javascript" for .
ссылка
Замените
<sсript>на
<sсript type="text/jаvascript">