WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1W3C validator Error Empty W3C validator Error Sat Dec 15, 2012 6:33 pm

Guest


Guest
W3C validator shows this error many times:

end tag for "img" omitted, but OMITTAG NO was specified

Can anyone tell me what is omittag and why this error comes? Upset

2W3C validator Error Empty Re: W3C validator Error Mon Feb 25, 2013 5:25 am

Nanotechnology

Nanotechnology
Registered Member
Registered Member
I think you are not closing out your <img> tag properly.

It is a self-closing tag which means you must end an image element like this:
Code:
<img src="some_img.jpg" alt="some text" />

Notice the forward slash just before the end of the closing img bracket. Do that to all your <img> elements and that error will go away.

Kind regards,
NT.

http://www.tspv-websites.co.uk

3W3C validator Error Empty omittag error Thu Jul 11, 2013 6:01 pm

alen


Registered Member
Registered Member
Yes I am agreeing with nanotechnology, You miss close your img tag.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum