- From: Sunil Mishra <smishra@cc.gatech.edu>
- Date: Fri, 22 Nov 1996 16:15:22 -0500
- To: Nick Arnett <narnett@verity.com>
- cc: www-html@w3.org
> We'd much prefer to work within the standard. Cool! > Our engine can treat a byte > range as a retrieval unit, which parsing the text between the DIV tags could > produce. But I'm wondering what publishers and users would expect as > default behavior -- would they *expect* each clump of HTML in a DIV section > to be a search and retrieval unit? If you present the data between <div> to be a logical unit, I am sure they will be able to parse it correctly. > Is the primary purpose of DIV to define > sub-documents within pages? Or would we be trying to change the purpose of > DIV if we promoted this as a solution to the agent problem? > > Nick Arnett > > --------------------------------------- > Evangelist > Product Manager, Advanced Technology > Verity Inc. > 408-542-2164; home office 408-369-1233 > http://www.verity.com > From http://www.w3.org/pub/WWW/MarkUp/Wilbur/features.html... DIV document divisions Requires start and end tags. It groups related elements together and can be used with the ALIGN attribute to set the text alignment of the block elements it contains. ALIGN can be one of LEFT, CENTER or RIGHT. Sounds like what you are looking for... Sunil
Received on Friday, 22 November 1996 16:29:40 UTC