<script src="getimages. php"></script>
i am using this to run a script but dring validation it gives error as "
Line 285, Column 51: required attribute "type" not specified.
<div class="content" ><script src="getimages. php"></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>."
is there any solution for this
i am using this to run a script but dring validation it gives error as "
Line 285, Column 51: required attribute "type" not specified.
<div class="content" ><script src="getimages. php"></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>."
is there any solution for this
Comment