Присоединяйтесь к сообществу профессиональных веб-мастеров PR-CY, отвечайте на вопросы коллег и задавайте свои.
…src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><br><br><img src="http://validator.w3.org/images/info_icons/error.png" alt="error.png"> Line 42, Column 8: required attribute "type" not specified
<script>✉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 <style> and type="text/javascript" for <script>.
Поможем улучшить ваш сайт.
type="text/css" для <style> т.е. <style type="text/css">
type="text/javascript" для <script> т.е. <script type="text/javascript">
как то так.