Помогите с ошибками Валидатора пожалуйста
1
2
1
Цитата |
---|
unclosed start-tag requires SHORTTAG YES
document.write('<div id="dhtmltooltip"</div>') |
2
Цитата |
---|
document type does not allow element "div" here
document.write('<div id="dhtmltooltip"</div>') The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed). One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error). |
Цитата |
---|
required attribute "alt" not specified
…ite('<іmg id="dhtmlpointer" src="/templates/S-Templates/images/tiparrow.png">') 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>. |
Изменено:
Vova-Star - 28 Января 2012 01:08