Re: XHTML

At 10:51 -0700 20.5.99, Walter Ian Kaye wrote:

>-Walter
> who thinks that presentation is inextricable from HTML, due
> to the distinction between inline and block elements

That's only because CSS1 isn't implemented yet:

  form { display: inline }
small { display: block; font-size: large }

Received on Thursday, 20 May 1999 13:57:46 UTC