What Do These Errors Mean?
-
Hi,
Finally got my wordpress site up and running, but I’ve just visited a site called websitecleanup (.com) to check for errors, it returned 4 of them. Can someone please tell me what they mean?
Error Line 143, Column 10: 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>.
Error Line 151, Column 89: end tag for “br” omitted, but OMITTAG NO was specified…or=”#ffffff”>© 2011 What Is That All About</big>
✉
You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.
Info Line 151, Column 85: start tag was here…or=”#ffffff”>© 2011 What Is That All About</big>
Error Line 152, Column 73: end tag for “strong” omitted, but OMITTAG NO was specified
<small><!– Start –>Wordpress themes<!– End –></small>
✉
You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.
Info Line 152, Column 58: start tag was here<small><!– Start –>Wordpress themes<!– End –></small>
Error Line 152, Column 73: end tag for “strong” omitted, but OMITTAG NO was specified
<small><!– Start –>Wordpress themes<!– End –></small>
✉
You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>”.
Info Line 152, Column 8: start tag was here<small><!– Start –>Wordpress themes<!– End –></small>
Thanks!!
Jason
-
- The topic ‘What Do These Errors Mean?’ is closed to new replies.