re: simple HTML list considered harmful

Charles Henrich <henrich@crh.cl.msu.edu>
From: Charles Henrich <henrich@crh.cl.msu.edu>
Message-id: <9309301341.AA15231@crh.cl.msu.edu>
Subject: re: simple HTML list considered harmful
To: www-talk@nxoc01.cern.ch
Date: Thu, 30 Sep 1993 09:41:08 -0400 (EDT)
X-Mailer: ELM [version 2.4 PL21]
Content-Type: text
Content-Length: 457       
> People want paragraph breaks and line breaks.  They may also want
> containers, but I see no reason to blur the two together when breaks
> are so intuitive and so frequently used in regular text handling
> systems.

I agree completely.  Conceptually the idea of making a break a container is
crazy.  It would make much more sense to have something like

<justify center>
Hi there
stuff here..
<p>
More blah
<justify flush>
<p>
And so you can see...

-Crh