On Wed, 4 Jan 2006, Przemek Gierski wrote: > Validating http://uniabiolchem.ovh.org/index.php?strona=start > Error [79]: "end tag for element X which is not open" > > Hi, I am validating this, and I think that everything is ok with the > code, could You look alt the output of validator and then to source? "p" is only allowed to contain inline elements, but "table" is a block-level element. Since the </p> end tag is optional in HTML, the <table> start tag implicitly closes the open "p" element. -- Liam QuinnReceived on Thursday, 5 January 2006 03:50:06 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:20 GMT