|
Posted by Steve Pugh on June 22, 2007, 2:24 pm
Please log in for more thread options
> > Scripsit RvT:
>
> > > <div /> does not exist as it is an container of information,
>
> > Of course it exists. In XHTML, it is a valid element, which is equivalent to
> > <div></div>.
>
> A DIV needs to be opened and close, there is not such thing as <div />,
<div /> is opening and closing the div element.
> that would result in a validation error.
Try it in a validator and see.
Steve
|