开发者

Validation error

开发者 https://www.devze.com 2023-03-31 22:17 出处:网络
this is the error: Line 29, Column 134: end tag for \"img\" omitted, but OMITTAG NO was specified this is the line in question:

this is the error: Line 29, Column 134: end tag for "img" omitted, but OMITTAG NO was specified

this is the line in question:

<div id="logo"><a href="http://sunnahspace.com/index.php"><img src="../img/logo.jpg" width="500" height="100" alt="SunnahSpace" ></a></div>

What am I missing, it looks just fine to m开发者_Go百科e, and a google search of this issue shows that this is how it is supposed to look :/


end your img tag with a />

<img src="../img/logo.jpg" width="500" height="100" alt="SunnahSpace" />
0

精彩评论

暂无评论...
验证码 换一张
取 消