<DIV> tag

HTML programmers use this HTML 3.0 tag to define block elements on a page. In most browsers, <DIV> works much the same way as the <P> tag, creating a new paragraph. However, when using DHTML or CSS, the <DIV> tag is an excellent generic block object, allowing you to control specific areas of the page.

See also: CSS, DHTML