- From: David Dorward <david@dorward.me.uk>
- Date: Wed, 27 Oct 2010 11:31:39 +0100
- To: Idriss Neumann <neumann.idriss@yahoo.fr>
- Cc: www-validator-css@w3.org
Received on Wednesday, 27 October 2010 10:32:25 UTC
On 25 Oct 2010, at 19:10, Idriss Neumann wrote: > > I have look, when I click in a page which is valid at the level CSS 2.1, that the mention "close the tag img with > instead of / > if you use HTML < = 4.01) " appears ? It is not for the versions >= HTML 4.1 that it must close the tag with > ? No. An img element in HTML 4.01 and lower should be: <img>. In XHTML it should be <img />. In HTML 5 (currently in draft), either syntax can be used. There is no HTML 4.1. -- David Dorward http://dorward.me.uk
Received on Wednesday, 27 October 2010 10:32:25 UTC