Re: Why <FORM> is a block level element?

Jordan Reiter wrote:
> At 6:10 PM -0000 8/14/97, David Perrell wrote:
> >  <FORM>
> >  <TABLE>
> >  <TR><TD>this is in table #3 in a form</TD></TR>
> >  </TABLE>
> >  </FORM>
> Isn't this an HTML no-no?

Why?

FORM takes %body.content in HTML 3.2 and %block in HTML 4.0, right?
%body.content includes %block which includes TABLE. So does it not
follow that a FORM can include a TABLE?

David

Received on Saturday, 16 August 1997 17:11:33 UTC