JustinSmall
04-25-2008, 05:22 PM
Line 71, Column 67: required attribute "alt" not specified.
…/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50
✉
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>.
this is my code!
<ul>
<li><img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /></li>
<li><img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /></li>
</ul>
…/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50
✉
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>.
this is my code!
<ul>
<li><img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /></li>
<li><img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /> <img src="images/recent.jpg" width="50" height="50" /></li>
</ul>
