Re: Validator Test

Quoth CE Whitehead <cewcathar@hotmail.com>, on 2007-04-23 13:55:41 -0400:
> and said that my p and hr elements were not open & did not need 
> closing--the code is simiply as it is below--
> this seems bizarre (you always close the hr element or I do--it's required 
> in xhtml; this is html though but it's an option certainly; also elements 
> can be embedded in other elements, except where a block element is embedded 
> in an inline element, & that's not the problem here; the hr is used to 
> divide off the statement saying that this document is a translation that 
> the normative version is that of the W3C, etc.):

Both HTML 4.01 Strict and XHTML 1.0 Strict declare the "hr" tag as
empty, that is, not capable of containing anything.  So no,
<hr>..</hr> with stuff inside doesn't make any sense.  Which doctype
is this?

   ---> Drake Wilson

Received on Monday, 23 April 2007 18:03:51 UTC