Definition:
When you build a Web page, it is made up of various parts of the page. These parts are usually obvious parts of the design, like the navigation, header, and body of a page. Each of these sections on a Web page is a logical division.
A logical division is defined as any grouping of Web elements to form a cohesive block.
Logical divisions are indicated in HTML with the DIV tag.
Also Known As: division

