The tree from the previous page has heap shape:
If a tree has heap shape, then so do its subtrees. The "left subtree" of a tree is the subtree corresponding to the left child of the root. And the "right subtree" of a tree is the subtree corresponding to the right child of the root. The left and right subtrees of the tree above are the subtrees based at the nodes containing 21 and 12 respectively. Notice that the subtree based at the node containing 10 has a left subtree, but no right subtree since it does not have a right child.