What is the HTML tag "div" short for?

html

Solution

http://www.w3.org/TR/REC-html32#block

Document division

Problem

What is the div in the `<div>` tag short for? Is it "division"? I've looked around Google and SO and haven't found an answer.

Original source