DIV

An HTML tag used to group a set of tags together for processing purposes. You can specify an ID for the DIV and refer to that in your DHTML or Visual Basic code. For example, you might use a DIV tag to specify several paragraphs and headings that should be formatted as a unit. You could then apply a style to the DIV tag and all of the items the DIV contains will be formatted identically.