sinigami 4 Опубликовано: 3 января 2013 Рассказать Опубликовано: 3 января 2013 Помогите найти ошибку тут <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> <head> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30349357-1']); _gaq.push(['_setDomainName', 'pyworld.ru']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); {headers} </script> <meta name="google-site-verification" content="PMOLN20kNLNIbNDVjXYO6LMfc2tk6NsGZhb8JQwXSd0" /> <link rel="shortcut icon" href="{THEME}/images/favicon2.png" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <link media="screen" href="{THEME}/css/main.css" type="text/css" rel="stylesheet" /> <link media="screen" href="{THEME}/css/engine.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="{THEME}/js/popups.js"></script> <script type="text/javascript" src="{THEME}/js/jquery.featureList-1.0.0.js"></script> <script type="text/javascript" src="{THEME}/js/jquery.tooltip.min.js"></script> <script type="text/javascript" src="{THEME}/js/active.js"></script> <script type="text/javascript"> function showAttach() { $(function(){ $('#attach').dialog({ autoOpen: true, show: 'fade', hide: 'fade', minHeight: 50, width: 380, }); }); } </script> <!-- Put this script tag to the <head> of your page --> <script type="text/javascript" src="http://userapi.com/js/api/openapi.js?52"></script> <script type="text/javascript"></script> </head> <body> ругается Line 46, Column 7: end tag for "head" which is not finished </head> ✉ Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p> Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on. Цитата Ссылка на сообщение Поделиться на других сайтах
Nektov 59 Опубликовано: 3 января 2013 Рассказать Опубликовано: 3 января 2013 {headers} </script> + google-analytics лучше ставить в конце кода страницы перед </body> Цитата Ссылка на сообщение Поделиться на других сайтах
Рекомендованные сообщения
Присоединяйтесь к обсуждению
Вы можете опубликовать сообщение сейчас, а зарегистрироваться позже. Если у вас есть аккаунт, войдите в него для написания от своего имени.